I was wondering what kind of folders Linux has by default (e.g. system folders such as /var, /tmp etc) that Mac OS X doesn't?
I'm pretty sure that some of these folders exist in Mac OS X but are hidden; is this correct?
|
feedback
|
|
Besides
and
You often find these at the root of Linux ( Ubuntu in this case ) and not typically on OS X:
| |||||||
feedback
|
|
At the very least /proc and /sys are on Linux but not on OS X. Both proc an sys are not on disk filesystems, they are virtual filesystems that give an interface into various aspects of the running kernel. | |||
|
feedback
|
|
Linux typically uses | |||
|
feedback
|
|
Regarding the /proc directory (procfs), there actually is a version available for OS X. It's bundled into the MacFUSE source. Most of the information you probably want is there, but not always in the way that Linux presents it. | |||
|
feedback
|