blog advertising is good for you


blog advertising is good for you
User login

View hidden files and folders in Finder.

As you know, the Finder hides the standard Unix files and folders from you. You can "Go To Folder..." and type in the name of the folder such as /var/log, but that's fiddly and you still don't see the "dot" files, so for any serious session, it's probably easier to drop into Terminal. Except, there's a terminal command that will make all files and folders display in your Finder. defaults write com.apple.finder AppleShowAllFiles -bool true et voila
Average rating
(0 votes)

but now my finder is always messy NO MATTER WHERE I GO!!!(im mac-anal you see) so how do i undo this
To hide the files again type the exact same thing but change true to fasle hit return and relaunch Finder in Force Quit.

how do I get into terminal?

will this allow me to delete files I don’t want found on my computer? If so, how do I know which files I need to remove?

I’m not very computer savvy, but need to cleanse my computer.

Any help would be greatly appreciated.

“will this allow me to delete files I don’t want found on my computer? If so, how do I know which files I need to remove?

I’m not very computer savvy, but need to cleanse my computer.”

Well, a basic notion of unix systems would be a start. Else I would advise you not to touch the hidden files (especiallly those outside your of home folder).
In your case I would advise a backup of your applications and do a fresh install. If the files you want to get rid off are realy sensitive use a program that overwrites your disk several times before you format.

…gotta love the “defaults write” – wish that Apple would clue in and provide these obscure settings in a more straight-forward manner (ie. within the control panel). I suppose that they’re just trying to protect their reputation by protecting their non-technical userbase from breaking their installations. Of course, these are the same people who wouldn’t go diving for Terminal.app (&&fear the command line) so perhaps there is wisdom here…

Since sources like this are readily available/googleable my heartburn is minimal. Thanks for the tip – I had forgotten it! Long live tribal knowledge…

Does this work on Leopard? I just tried it and though I didn’t get an error at the standard output I still can’t see hidden files in finder.

Yes it works in Leopard. I just put the show and hide commands provided by AT in two shell scripts, you can find them here:

http://www.4shared.com/dir/6513499/afc2a365/Mac.html

You need to open them with Terminal.

The important part is the Force Quit and Relaunch Finder. The changes will not reflect without that.

Sticking out tongue

http://gratiz.startze.nl

Thanks for the Leopard suggestion, works great.

Post new comment
The content of this field is kept private and will not be shown publicly.
3 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.