kalo bisa dilihat, nggak bisa diedit file dibikin pdf (text2pdf) kalo nggak bisa dilihat, nggak bisa diedit file dienkripsi (ccrypt)
Dedy Wachyudi | Engineer - Quality Assurance | PT.Essar Indonesia | BFI Estate Industri 3 Area Kav #B1 Jl.Sumbawa Cibitung, Bekasi - 17520 | T | +62 21 8980152 ext. 2216| E [email protected] | http://www.essar.co.id/ -----Original Message----- From: Jamal [mailto:[email protected]] Sent: Wednesday, November 11, 2009 1:09 PM To: [email protected] Subject: Re: [tanya-jawab] === Tanya Masalah Hak Akses Hari Hendaryanto wrote: > Jamal wrote: >> Halo semua Rekan-Rekan, >> mohon pencerahannya. >> saya adalah masalah bagaimana caranya untuk memproteksi suatu file >> agar tidak bisa di-edit. >> >> ilustrasi : >> /test/file01.txt >> >> didalam /test terdapat banyak file, akan tetapi hanya file01.txt >> saja yg tidak bisa di-edit selain file ini bisa. >> >> yang sudah saya coba adalah : >> >> /test dibuat : drwxrwx--- root group_test >> /test/file01.txt dibuat : rwxr-x--- root group_test >> hasilnya = file01.txt masih tetap bisa diedit (lewat command vi) >> >> /test dibuat : drwxr-x--- root group_test >> /test/file01.txt dibuat : rwxr-x--- root group_test >> hasilnya = semua file dalam /test tidak bisa diedit, sedangkan >> yg saya inginkan hanya file01.txt saja yg tidak bisa diedit. >> > permission file2 yg lainnya gimana? > > coba seperti ini > > for i in `ls | grep -v "file01\.txt$"`; do chmod g+w $i;done > > semua file di buat group writable kecuali file01.txt > bukankah itu hasilnya sama dengan yg sudah saya lakukan, yaitu memberi file01.txt rwxr-x makasih > cmiiw > > > > > > > PT.CITRA SARI MAKMUR > SATELLITE & TERRESTRIAL NETWORK > > Connecting the distance - anytime, anywhere, any content > http://www.csmcom.com > > -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [email protected] Arsip dan info milis selengkapnya di http://linux.or.id/milis P Please don't print this e-mail unless you really need to. -------------------------------------------------------------------------- Disclaimer: The information contained in this electronic message and in any attachments to this message is confidential, legally privileged and intended only for the person or entity to which this electronic message is addressed. If you are not the intended recipient, please notify the system manager and you are hereby notified that any distribution, copying, review, retransmission, dissemination or other use of this electronic transmission or the information contained in it is strictly prohibited. Please accordingly also note that any views or opinions presented in this email are solely those of the author and may not represent those of the Company or bind the Company. This message has been scanned for viruses and dangerous content by Mail Scanner, and is believed to be clean. The Company accepts no liability for any damage caused by any virus transmitted by this email. file:///C:/Program%20Files/Exclaimer/www.essar.com file:///C:/Program%20Files/Exclaimer/www.essar.com -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [email protected] Arsip dan info milis selengkapnya di http://linux.or.id/milis
