Monday, December 14, 2009

Basic Linux Commands: Permissions

Change permissions of file:
# chmod [777] [filename]
Change owner of file:
# chown [username] [filename]
Change group ownership of file:
# chgrp [groupname] [filename]

Get more information about a command:
# man [command]

No comments:

Post a Comment