- chmod 755 file Changes the permissions of file to be rwx for the owner, and rx for the group and the world. (7 = rwx = 111 binary. 5 = r-x = 101 binary)
- chgrp user file Makes file belong to the group user.
- chown youself file Makes youself the owner of file.
- chown -R youself dir Makes youself the owner of dir and everything in its directory tree.
Sunday, May 3, 2009
Changing file permissions
Posted by Computer Info at 5:16 AM
Labels: Linux Articles
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment