Concept of The Hierarchy of Files
Files can also be managed based on their location on a storage device. They are stored in a storage medium in binary form. Physically, the data is placed in a not-so-well organized structure, due to fragmentation. However, the grouping of files into directories (for operating systems such as DOS, Unix, Linux) or folders (for the Mac OS and Windows) is done by changing an index of file information known as the File Allocation Table (NTFS for recent versions of Windows) or Master File Table (depending on operating system used). In this index, the physical location of a particular file on the storage medium is stored, as well as its position in the hierarchy of directories (as we see it using commands such as DIR, LS and programs such as Explorer, Finder).
On Unix/Linux machines the hierarchy is:
- The root directory (/)
- Directories (/usr "user" or /dev "device")
- Sub-directories (/usr/local)
- Files: data, devices, links, etc. (/usr/local/readme.txt or /dev/hda1, which is the hard disk device)
- Sub-directories (/usr/local)
- Directories (/usr "user" or /dev "device")
For DOS/Windows the hierarchy (along with examples):
- Drive (C:)
- Directory/Folder (C:\My Documents)
- Sub-directory/Sub-folder (C:\My Documents\My Pictures)
- File (C:\My Documents\My Pictures\VacationPhoto.jpg)
- Sub-directory/Sub-folder (C:\My Documents\My Pictures)
- Directory/Folder (C:\My Documents)
Commands such as:
- Unix/Linux: cp, mv
- DOS: copy, move
- Windows: the Cut/Copy/Paste commands in the Edit menu of Explorer
can be used to manage (copy or move) the files to and from other directories.
Read more about this topic: Computer File Management
Famous quotes containing the words concept of, concept, hierarchy and/or files:
“Jesus abolished the very concept of guiltMhe denied any cleavage between God and man. He lived this unity of God and man as his glad tidings ... and not as a prerogative!”
—Friedrich Nietzsche (18441900)
“It is impossible to dissociate language from science or science from language, because every natural science always involves three things: the sequence of phenomena on which the science is based; the abstract concepts which call these phenomena to mind; and the words in which the concepts are expressed. To call forth a concept, a word is needed; to portray a phenomenon, a concept is needed. All three mirror one and the same reality.”
—Antoine Lavoisier (17431794)
“In a hierarchy every employee tends to rise to his level of incompetence.”
—Laurence J. Peter (19191990)
“The good husband finds method as efficient in the packing of fire-wood in a shed, or in the harvesting of fruits in the cellar, as in Peninsular campaigns or the files of the Department of State.”
—Ralph Waldo Emerson (18031882)