View Single Post
Posts: 329 | Thanked: 142 times | Joined on Oct 2009
#24
Hidden folders aren't very secure, because some apps might very well list them anyway
As script as simple as
Code:
chmod 000 *
chown root *
will hide everything from basic users, and also stop people who might somehow find permission changing, but don't know how to sudo (are there any?)
An even smarter script will back up the original permissions so the unhide script can restore them
__________________
I don't mean to crush your hopes, I just can't help it
 

The Following User Says Thank You to MrGrim For This Useful Post: