What software is available for locking folder and files just like FolderLockxp software in windows?
Asked
Active
Viewed 1,474 times
1
-
Does that encrypt the folders? You could use TrueCrypt, or ecyptfs for that. If you just want to set the permissions, you can do that in Nautilus or Dolphin. – Martin Ueding Dec 27 '11 at 17:31
-
related question -> http://askubuntu.com/questions/27770/is-there-a-tool-to-encrypt-a-file-or-directory – hhlp Dec 27 '11 at 17:41
1 Answers
0
There is not really any software for "folder locking", but you can achieve this through permissions, and optionally access control lists (you have to enable this in fstab by adding "acl" to the list of mount options for your hard drive, and by installing eicel).
Using the standard unix permissions on your folders is a pretty simple but effective way to lock folders without software.

RolandiXor
- 51,541
-
Locking a folder with a password sounds like encryption to me, just implemented in a user friendly way. – Martin Ueding Dec 27 '11 at 18:26