Find the answer to your Linux question:
Results 1 to 2 of 2
how to secure folder through the commands and also how to remove security...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    4

    folder

    how to secure folder through the commands and also how to remove security

  2. #2
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27
    Change the permission of folder and make it hidden. For creating hidden folder put the .(dot) infront of the folder.

    ex)
    mkdir .test
    chmod 700 .test --->Only read(4),write(2),execute(1) for user

Posting Permissions

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