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

stevento

macrumors 6502
Original poster
Dec 10, 2006
252
0
Los Angeles
This is the right forum for this, no?

How can I create a hidden file on snow leopard?

If I try to name a file .ssh, Snow Leopard won't allow it, saying names starting with . are reserved for system folders only.
But I'm trying to get this computer to be able to communicate via ssh with another, so I need to do that.

I already did a command through terminal instruction this computer to "ShowAllFiles." Still won't let me.
 
The terminal command for renaming files is "mv oldname newname". For example
Code:
mv ssh .ssh
If you just want to create an empty file of that name, try
Code:
touch .ssh
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.