Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Hakkinen said:
Why not you start one?
:)

Start a thread which will result in off-topic discussions, debates, and an overall pointless discussion? Hmm, sounds like fun, I think I'll give that some thought, find an appropriate topic, and submit a new thread! I'll let you know when I do... ;) :cool:
 
~Shard~ said:
Start a thread which will result in off-topic discussions, debates, and an overall pointless discussion? Hmm, sounds like fun, I think I'll give that some thought, find an appropriate topic, and submit a new thread! I'll let you know when I do... ;) :cool:

Hmm...how about how many hours you spend on the net, what do you think of file sharing, do you hide your porn stuff in your mac, how many of you find internet a waste of time to find love, what would you do if you are CEO of microsoft or apple, etc....
 
Hakkinen said:
Hmm...how about how many hours you spend on the net, what do you think of file sharing, do you hide your porn stuff in your mac, how many of you find internet a waste of time to find love, what would you do if you are CEO of microsoft or apple, etc....

Those are all pretty good. Don't worry, I'll come up with something!
 
This may be off-topic from the current discussion -- though not from the original discussion -- but another way to change the visibility of files is with the veritable ResEdit-Get-Info replacement SetFile.

If you have the developer tools installed, open up terminal and type
Code:
/Developer/Tools/SetFile -a V <file>
to make a file invisible and
Code:
/Developer/Tools/SetFile -a v <file>
to make a file invisible (only in the finder). You'll have to relaunch the Finder as previously mentioned for it to take effect.

SetFile lets you do a whole lot of interesting Finder tomfoolery; type
Code:
man SetFile
to see what else it can do.

But, it still doesn't solve the searching problem. One possible, though insecure, solution is to put everything inside of a folder and disallow everyone, including yourself, permission to the contents of said folder. Do this either in the Finder with Get Info: Permissions or in the terminal with
Code:
chmod -R 000 <folder>
. When you want to look at the contents, then do
Code:
chmod -R 700 <folder>
. If someone knows the folder is there, that solution won't stop them from going inside if he/she knows how to change the permissions.

So, if people are looking specifically for your hidden materials, well, do the encrypted disk image as previously mentioned. Or, better yet, have personal user accounts for each person and a trusted BOFH with the root password. That's the UNIX® way (as is the original .<filename> solution intended for one's own aesthetic convenience -- others shouldn't have access to your files in the first place).
 
Thanks for your contribution, Capn_Moho!
Though I think my ibook does not come with Developer tools installed.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.