![]() |
Is it possible to password protect a folder/file . I don't want to encrypt it
I am a engineering student and i am trying to build a folder locking application for linux . My target is to create a application similar to window folder lockers.
Please Help......... Desperately waiting for your suggestions |
You can change the folder's permissions so no user other than root can access the files inside:
Code:
# chmod 600 /path/to/folderCode:
# chown root:root /path/to/folderI'm not sure what you mean by password protecting a folder without encrypting it. There wouldn't be much point of "protecting" a folder with a password if it is not going to be encrypted in some way or another, assuming all accounts on the system have read access to the folder. |
Quote:
You can use zip I guess. Quote:
|
| All times are GMT -5. The time now is 09:20 AM. |