ABUSE FORM
Espionage 1.1.2 "Secure folder protection for Mac Os"
Posted By :
kibitzer
|
Date :
04 Aug 2009 19:24:47
|
Comments :
2
|
|
If you want to lock folders in your Mac (against mother, father, brother, sister, gilfriends, best friends), this is the application for you !
| ADVERTISING » | High Speed Download | « ADVERTISING |
Recent searches:

lets say your folder is on your desktop and it is called "privateFolder" and you want to lock it up.
cd desktop (means: change directory - in this case to your desktop)
chmod -rwx privateFolder (means: change mode of this particular folder/file by taking the privileges "read,write,execute" away from it)
chmod +rwx privateFolder (to restore the privileges)
you also can use only one privilege you want to give or take away or two or all. also the use of flags within this command to set the state of privileges for groups like admin/stuff/other
.
another option for those who don´t like to mess with terminal is "appleKey + i" on your privateFolder and change the privileges for admin/stuff/other as you please below. this will do the same as the terminal command above.
.
yet another good way or in combination with the right of privileges above is, to hide files or folders by making them dotFiles.
i´ll upload a nice manual later here on avax.