Results 1 to 2 of 2
how to secure folder through the commands and also how to remove security...
- 03-18-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
folder
how to secure folder through the commands and also how to remove security
- 03-18-2009 #2Just 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


Reply With Quote