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]
Simple tutorials, debugging, and IT work.
No comments:
Post a Comment