Originally posted by evildead
you must be root to browse users folders. You have to enable root and make a root password. You can log in as root at the login screen (must have "other" users enabled) or you can open a termainal and type the command
# su -
you will be promted with for a password. Then you can navigate arround with UNIX commands and check out whats going on in any folders you want.
but... from your post, it sounds like you are new to OS X and UNIX. root privleges can give you tons of power and create tons of problems. you can trash the sytem, halt it, corrup disks, reformat drives and partitions, killl processes, mess up privliges, distroy users, panic the kernal... etc. I sugest that you be very carefull with root if you choose to use it. Dont delet any files with root unless your absolutely positive that you want to. If you cant delete it as andmin... chances are you dont want to trash it.
I have made a simple UNIX command index.. if you want I can post it.
use the man command on any command and find out more abou it
# man ls
-evildead