Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Just Joined! hunter_thom's Avatar
    Join Date
    Apr 2010
    Posts
    89
    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/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...