Results 1 to 2 of 2
Is there any way to put security on o folder so that anyone has the ability to input inside and read my files. To do this by terminal....
- 04-11-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 9
Security
Is there any way to put security on o folder so that anyone has the ability to input inside and read my files. To do this by terminal.
- 04-11-2011 #2
Yes. set the executable bit on the directory to allow indexing, and read/write to allow reading and writing.
Set the directory to 755 like:
$ chmod 755 /my/directory/


Reply With Quote