• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

OS X file system

icarus4586

Senior member
I'm used to normal Linux and Unix filesystems, where you see things like /etc, /home, /usr, /bin, stuff like that, in the root. In OS X, though, you see things like /Applications, /System, /Users, etc.
Does OS X have a normal Unix directory structure that's just hidden in some way? Also, how are applications stored? Is there more to it than just the .app file you see in the Applications folder?
 
Originally posted by: icarus4586
I'm used to normal Linux and Unix filesystems, where you see things like /etc, /home, /usr, /bin, stuff like that, in the root. In OS X, though, you see things like /Applications, /System, /Users, etc. Does OS X have a normal Unix directory structure that's just hidden in some way?
Yes. You can see it if you open a Terminal, cd /, and ls. There may be an option to view the hidden folders from within the Finder, but I'm not on my Mac at the moment.
Also, how are applications stored? Is there more to it than just the .app file you see in the Applications folder?
Also, yes. If you right-click (er, command-click if you're on a laptop or have one of the crappy default Apple mice) on an application and choose Show Package Contents, you can see what's inside.
 
Back
Top