Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

California

macrumors 68040
Original poster
Aug 21, 2004
3,885
90
I downloaded What size is this (I think that's the name of the app) in order to see if I could free up any disc space. A pretty large folder entitled "private" popped up.

Then I ran disc permissions. Got a lot of "private/var/ kind of files that needed new permissions or something. What the heck is this "private" file?

I have an iBook 1.33/14" with 1.25g and running 10.3.9.

Oh and one of the repaired permissions files said something like private/var/jobs

Huh?
 
Benjamin said:
basically that entire folder is OS X unix core i believe.

You are exactly right. Various directories such as /etc, /var, and /tmp are symbolic links into /private:

Code:
lrwxr-xr-x   1 root  admin  11 May  5 19:44 etc -> private/etc
lrwxr-xr-x   1 root  admin  11 May  5 19:46 tmp -> private/tmp
lrwxr-xr-x   1 root  admin  11 May  5 19:46 var -> private/var
 
So if you delete it you pretty screwed right?

just bought a 2nd hand macbook, restored it using my other macs back up thus wiping the previous users OSX. After this i still found this 'private' file as mentioned by thread starter. I then deleted to find on restart the system wouldnt boot, so had to restore again via system installer using CD. Having read the above it seems it is nothing to worry about - just something invisible that hasnt (for whatever reason) stayed that way..
 
Surprised no one chimed in with the correct answer, even after 2 years.

Any folder in OS X that shows up unexpectedly (like the private folder inside / in this case) needs to have it's flags reset to hidden. Do that by opening Terminal and typing:

sudo chflags hidden /private/

Put in your admin password, and you're good to go.
 
Surprised no one chimed in with the correct answer, even after 2 years.

Any folder in OS X that shows up unexpectedly (like the private folder inside / in this case) needs to have it's flags reset to hidden. Do that by opening Terminal and typing:

sudo chflags hidden /private/

Put in your admin password, and you're good to go.

Cheule:

i tried your command and all it did was make my HD icon go insible

His advice is correct.
 
Surprised no one chimed in with the correct answer, even after 2 years.

Any folder in OS X that shows up unexpectedly (like the private folder inside / in this case) needs to have it's flags reset to hidden. Do that by opening Terminal and typing:

sudo chflags hidden /private/

Put in your admin password, and you're good to go.

This 'private' folder appeared in my home folder after installing dropbox. The command hid it again. Thanks for the info (running osx 10.8.4).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.