Share on Facebook Share on Twitter Email
Answers.com

Root directory

 
Sci-Tech Dictionary: root directory
(′rüt di′rek·trē)

(computer science) The starting point in a hierarchical file system, where the system operates when it is first started.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Computer Desktop Encyclopedia: root directory
Top

In hierarchical file systems, the starting point in the hierarchy. When the computer is first started, the root directory is the current directory. Access to directories in the hierarchy requires naming the directories that are in its path.

In DOS and Windows, the command line symbol for the root directory is a backslash (\). In Unix, it is a slash (/). See path, tree, hierarchical file system and file system.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Business Dictionary: Root Directory
Top

The top level in a hierarchical computer file system. For example, on a PC, the root directory of the C: drive contains all the second-level Subdirectories on that drive.

Wikipedia: Root directory
Top

In computer file systems, the root directory is the first or top-most directory in a hierarchy. It can be likened to the root of a tree - the starting point where all branches originate.

Contents

Metaphor

To use the example of a physical file cabinet, if the separate drawers in the file cabinet are represented as the highest level of sub-directories in the file system, then the room the file cabinet is in, may be represented as the root directory. That is, the other directories may be inside it, but the root directory cannot go in any other directories, at least in that file system. In most operating systems, files can be placed inside the root directory, as well in its sub-directories. One may envision this as placing paper files anywhere in the room, or into any file cabinet within the room.

Multiple root directories

Unix abstracts the nature of this tree hierarchy entirely, and in Unix and Unix-like systems, the root directory is denoted /. Though the root directory conventionally referred to as /, the directory entry itself has no name - its name is the "empty" part before the initial directory separator character (/). All filesystem entries, including mounted partitions are "branches" of this root.

Under DOS and Microsoft Windows, each partition has a drive letter assignment (labeled C:\ for a particular partition C) and there is no common root directory above that. DOS and Windows do support more abstract hierarchies, with partitions mountable within a directory of another drive, though this is rarely seen. This has been possible in DOS through the command JOIN since it first was added to DOS, and can be achieved in all Windows versions as well. In some contexts, it is also possible to refer to a root directory containing all mounted drives, although it cannot contain files directly as it does not exist on any file system. For instance, when linking to a local file using the "file:" URI scheme, the syntax is of the form "file:///C:/...", where "file://" is the standard prefix, and the third '/' represents the root of the local system.

In UNIX-like operating systems, each process has its own idea of what the root directory is. For most processes this is the same as the system's actual root directory, but it can be changed by calling the chroot system call. This is typically done for security purposes to restrict which files a process may access to just a subset of the file hierarchy.

/root

On many Unixes, there is also a directory which is named /root. Confusingly, it is not a root directory in the sense of this article, but rather the home directory of the Superuser (conventionally known as "root").

VMS

In the VMS operating system, the term "root directory" is used to refer to the directory in which all the user's files are stored, which is what Unix calls the "home directory". The equivalent of a MSDOS per-disk "root directory" in VMS is referred to as a "Master File Directory" and is specified as [000000]

See also

External links


 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Root directory" Read more