Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Hide files and folders within application bundles' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Hide files and folders within application bundles
Authored by: dnet on Apr 26, '04 02:29:11PM

If you do a "find / -name xxx" then of course you would still have to know what you are looking for and same with an ls -a, you would have to be in be the application bundle itself pretty much meaning you know exactly what you are looking for. This is not meant to be an end-all security trick, just a way to hide things from being easily navigated too with a mouse.



[ Reply to This | # ]
Hide files and folders within application bundles
Authored by: diamondsw on Apr 26, '04 05:13:14PM

"find / -name *.jpg"

That'll do the trick for most people...



[ Reply to This | # ]