Monday, October 19, 2009
File Access Permissions on Linux
Posted on 12:35 PM by Unknown
File protection with chmod chmod 400 file To protect a file against accidental overwriting.chmod 500 dir To protect yourself from accidentally removing, renaming or moving files from this directory. chmod 600 file A private file only changeable by the user who entered this command.chmod 644 file A publicly readable file that can only be changed by the issuing user.chmod 660 file
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment