Re: cocoa-dev digest, Vol 2 #271 - 19 msgs
Re: cocoa-dev digest, Vol 2 #271 - 19 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #271 - 19 msgs
- From: Adam Atlas <email@hidden>
- Date: Fri, 1 Mar 2002 17:22:59 -0500
does anyone know how to view hidden directories like usr/bin/,
var/, etc. in the Finder? it's a pain to have to go to Terminal
all the time to work with these directories and their files.
thanks.
dave dowling
free at last! how i found peace with God:
http://www.davedowling.com/steps.html
Go into Terminal and type:
defaults write com.apple.finder AppleShowAllFiles 1
Then you can see invisibles in the finder.
You need to be root to work with most of them, so to get a root finder
without logging out, do:
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
in the terminal, and press ^c in the terminal when you're done.
--
Adam Atlas
Atomm Software
http://www.atommic.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.