opening root folder

I'm trying to access my root folder. I've found some information on how to do it but I think I might be missing a step.

First I entered this into Terminal so I can see hidden files and folders

defaults write com.apple.Finder AppleShowAllFiles TRUE; killall Finder

Then I followed the instructions listed in these 2 pages
http://support.apple.com/kb/TS1278
http://support.apple.com/kb/HT1528

When I'm logged in as the "root" user I can access the folder. When I open the account preferences and go to give my normal user (I only have 1 user on this computer) Administrator privileges the check box is already checked but it's grayed out.

When I go back to my regular user account my root folder still has a red mark and I am unable to open it. Did I miss a step or is there a better way to go about doing this?

Mac Pro dual 3.0 GHz Intel Xeon, Mac OS X (10.4.9)

Posted on Jan 13, 2009 12:06 PM

Reply
10 replies

Jan 13, 2009 12:49 PM in response to Jonathan Shearburn1

What exactly are you trying to do that requires you access hidden system files as the root user? This is basically a big "no no" unless you really know what you're doing which doesn't seem to be the case.

Please provide a more comprehensive explanation of what you want to do and why. Hidden files are hidden for a reason. System files should never be modified.

Being able to access files when logged in as the root user doesn't mean you can then access those files when logged in as a normal admin user. Nor should you have access to files in another user's account even if you are the admin user.

Jan 13, 2009 1:11 PM in response to Jonathan Shearburn1

Do you know the name of this file? There's no need to activate the root user to remove such a file. The KB articles you referenced are for fixing a problem with an admin account that has lost its admin status. That's not what you've described.

If this Maya file is hidden then it likely has a name preceded by a period, e.g., .mayafile (mayafile is simply made up by me.) To remove it open the Terminal application in your Utilities folder. You will need to know exactly where this file is located. The "root" directory is not in your user folder. So you need to know the path to this hidden file. Then in the Terminal enter at the prompt:

sudo rm -rf "/path/to/file/.mayafile"
[include quotes


Check that you entered this information correctly then press RETURN. You will be prompted for your admin password, and it will not be echoed.

Now, if you've activated the display of hidden files and found the file in the Finder (you've navigated to it in the Finder, then instead of the above enter at the prompt:

sudo rm -rf
leave a space after -rf - "-rf ". Now drag the file from the Finder's window to the Terminal window. It will appear after the space and with the full path information.


Press RETURN. You will be prompted for your admin password, and it will not be echoed.

Jan 13, 2009 2:13 PM in response to baltwo

thanks for your help. There is nothing in that folder except for apple files and one for my HD capture card. Since the person who told me to look in that folder clearly doesn't know what he is talking about, how can I find what I'm looking for?

Here's what I think is happening. I installed a 30 day trial of Maya which has expired. I purchased a version but when I install and try to open I keep getting a message that my trial has expired. Through talking to a few people, I think there is a file somewhere on my machine that the trial version installed to keep track of how may days ago I installed it. I haven't been able to get info from anyone from Autodesk (Maya's owner). I'm clearly way over my head here.

Jan 13, 2009 2:30 PM in response to Jonathan Shearburn1

Why don't you check in the trial version for an uninstaller. It may be on the disc image you downloaded. If so, then reinstall the trial and then uninstall it. Or you may be able to use an uninstaller that came with the non-trial version or simply install the trial and enter the serial number for the non-trial. Failing all this contact Maya's tech support. Surely you aren't the first use to have the problem, so you may even find a solution on their own support website or FAQ.

Jan 13, 2009 2:42 PM in response to Jonathan Shearburn1

Here's a less elegant solution. Download the freeware Easy Find - VersionTracker or MacUpdate. Use it to search for files, including invisible files, that contain "maya" in the name. Search the entire drive. It will list out every one it finds including all invisible files. You can then locate and remove them. You can delete any file from the Easy Find file list if you have permission. If not, then CTRL- or RIGHT-click on the selected file and select Reveal in Finder from the contextual menu. You can then select the file, CTRL- or RIGHT-click on it and select Move to Trash from the contextual menu. If a password is needed you will be prompted.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

opening root folder

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.