Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

FongMan

macrumors regular
Original poster
Feb 4, 2006
130
0
How do you make a file hidden? I was told to put a "." or "," at the beginning of the name (eg: ".FongMan.jpg") but when i do that it tells me that i can't start with a "." because it's reserved for the system. So can anybody tell me how to make a file hidden and how to view/unhide them please?
 
First off, open up the Terminal.
Then type 'cd ' (note the space), and drag on the folder containg the file/folder you want to make hidden. Now press return.
If your file is called 'mypicture.jpg', type this:
Code:
mv mypicture.jpg .mypicture.jpg
To open it again, you can either rename it back:
Code:
mv .mypicture.jpg mypicture.jpg
Or just open up the hidden one:
Code:
open .mypicture.jpg

Hope this helps :)

Edit: simplified it a bit..
 
Sadly i know absolutely nothing about using Terminal :(
 
Haha, yeh i know the feeling. Kinda wish i could use the password feature but oh well, not gonna pay for it since nobody in this family knows a thing about mac :p
 
What are you hiding?!?!
I you want to be secretive, why don't you just make your very own password protected account?
If it's a picture or text file you can convert it to a password protected PDF.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.