File Permissions by DaveChild
About This Content
How to change permissions and ownership in Linux.
This content, File Permissions, was created on 27th October, 2011 and was last updated on 22nd November, 2011.
Tags
bash, commandline, linux, permissions
File Permissions appears on:
File Permissions
|
chmod 775 file Change mode of file to 775
|
|
chmod -R 600 folder Recursively chmod folder to 600
|
|
chown user:group file Change file owner to user and group to group
|
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

