UPDATE (9/28/09): Got Snow Leopard? Please see this post for updated instructions.
— — — —
It’s occasionally handy when troubleshooting a problem in OS X to have root access in the Finder without having to log out of your current session. Sure, you can do most things in the Terminal, but the GUI can be much handier for certain tasks. This is a quick-and-dirty Terminal trick to open a Finder window with root access.
Run the following command and then enter your password:
sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
A new Finder window resembling the following should open:

You can see that it opens up to the root user’s home. Use this window to navigate anywhere you like and make the changes you need. Keep in mind that you can do just as much damage with this as you can in the Terminal as root.
To end your root Finder session, go back to the Terminal window and hit ^C.
Quirks to be Mindful Of
- You won’t be able to interact with any files you might have on your desktop, as those belong to your logged-in user account and root’s desktop is currently (and transparently) sitting on top of it.
- If you take any screenshots, they will be owned by the logged-in user and you’ll need to navigate to them via your root Finder window.
- If you attempt to open/double-click a file which requires root access to read, the corresponding application will open as the logged-in user and the file will fail to open. To get around this, you can launch the app’s /Contents/MacOS executable as root and open the file from within the app.
Follow me on twitter
September 1, 2009 at 6:17 am
this dont work on snow leopard
September 28, 2009 at 1:34 pm
Please see my updated instructions. http://yourmacguy.wordpress.com/2009/09/28/snow-leopard-root-finder/
September 28, 2009 at 1:07 pm
confirmed, doesn’t work with snow leopard… any hints how to get a finder window with root access?
September 28, 2009 at 1:31 pm
Please see my latest post about root Finder access in Snow Leopard. It still works. http://yourmacguy.wordpress.com/2009/09/28/snow-leopard-root-finder/