Thursday, July 30, 2009

Tips For Linux - Understanding file permissions and modifying them using chmod - Page 2

Tips For Linux - Understanding file permissions and modifying them using chmod - Page 2: "Frequently used numeric parameters for chmod
755
The general preferred permissions for almost all the files on your disk
700
Extremely private data
500
Extremely private data that you would not like to accidentally modify. So write protect it
775
General files used when working as a Group (Others can only view/execute your files)
770
Important files used when working as a Group (Others cannot do anything with your files)
750
Allowing group to view your files but no write access (Others cannot do anything with your files)
777
Something you should never want to do ;-)"

No comments:

Post a Comment