Display of hidden files

yachay

Registered
Whats up everyone...

I am for sure not an experience user of unix but I was in the bookstore about three months ago and saw one of those "Unix for Beginners" or something along those lines. Anyway, I allowed my hidden files to show (for no good reason, may I add) and now I forgot how to turn them back.

I know ya'll know,

Help me out...
 
Without knowing the steps you took to show system files its hard to help reverse the process. Did you change the configuration of /.hidden? If you were doing it from the command line this is probably the easiest way to do it. First check that you still have a .hidden file in your root directory by typing:

ls -l /.hidden

You should get an output like:
-r--r--r-- 1 root wheel 156 13 Sep 06:41 .hidden

If that is the case then open the file in pico through sudo:

sudo pico /.hidden

You should have the following:
automount
bin
cores
Desktop DB
Desktop DF
Desktop Folder
dev
etc
lost+found
mach
mach_kernel
mach.sym
opt
private
sbin
tmp
Trash
usr
var
VM Storage
Volumes

Good luck.
 
Back
Top