|
|
How to Change Read/Write permissions for User/Group/Other? - Linux
|
Views : 522
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Change Read/Write permissions for User/Group/Other
On computer filesystems, different files and directories have permissions that specify who and what can read, write, modify and access them...
For example:
drwxr-x--- 5 test nobody 4096 Jul 20 10:43 public_html/
Here there is no permission to read/write in other for public_html folder...
To give the permission for other just use chmod
chmod o+rx public_html/
drwxr-xr-x 5 test nobody 4096 Jul 20 10:43 public_html/ |
|
By Sanju, On - 2009-07-20 |
|
|
|