Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Can somebody please explain to me what

'ROOT LEVEL' means when talking about the hierarchy of files.....?

thanks!

The first level of the heirachial tree of that mounted volume. The equivalent in Windows would be C:\

In Unix this is typically /
 
Can you compare the Root Level to the analagy of
a plant where you can see the top of the plant and
if you go deeper you dig into sub folders...?

Is it like the Iceberg analogy ?
 
I have same question - is it the "Sytem folder"? "Macintosh HD"? etc
Root is usually on Macintosh HD. The System folder is located at the root level. The proper name for the System folder is /System. The forward slash (/) is the root level.
 
Root level in Mac

Hi!

Please help me! Where exactly can I find the root level volume in my MacBook Pro? How do I access the System folder?
 
Hi!

Please help me! Where exactly can I find the root level volume in my MacBook Pro? How do I access the System folder?

Open a terminal at the $ prompt, for e.x.:

$ ls -l /Volumes/

lrwxr-xr-x 1 root admin 1 Dec 4 08:29 your_hd -> /

For system folder either:

$ ls -l /Volumes/your_hd/System/

or since '/' is sym-linked in your Volumes folder:

$ ls -l /System/

You can also do just 'ls', the '-l' option gives you long format. MacOS is a flavor of Unix (Darwin i.r.c.) underneath the hood. If you are new to Unix/Linux command line interface checkout :

http://freeengineer.org/learnUNIXin10minutes.html

Or google something on the order of: 'unix or linux command line tutorial'
 
Hi!

Please help me! Where exactly can I find the root level volume in my MacBook Pro? How do I access the System folder?

the root of your hard drive can be found by clicking your hard drive in the finder sidebar

to get to the system folder do the above then click system
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.