Penguin
Diff: FileSystemHierarchy
EditPageHistoryDiffInfoLikePages

Differences between version 6 and previous revision of FileSystemHierarchy.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Saturday, August 16, 2003 5:23:21 pm by CraigBox Revert
Older page: version 5 Last edited on Friday, August 1, 2003 11:11:11 pm by AristotlePagaltzis Revert
@@ -6,9 +6,9 @@
 ; __/dev__ : device nodes, ie files that represent your computer's periphery 
 ; __/etc__ : configuration files for programs 
 ; __/home__ : one subdirectory for each user to store all their personal files in. Commonly abbreviated as __~__ (though this must be explicitly support by the program in question, as all shells do). 
 ; __/lib__ : libraries needed to run the programs in __/bin__ and __/sbin__ 
-; __/mnt__ : 'mount points ' for temporary filesystems (eg CDROM, floppy disk) 
+; __/mnt__ : 'MountPoint ' for temporary filesystems (eg CDROM, floppy disk) 
 ; __/opt__ : add on software. Usually StaticallyLinked programs provided in binary form. Some people install [TarBall]s in here too, expecially beta software. 
 ; __/proc__ : a virtual FileSystem containing pseudo files with information about the hardware and kernel configuration and the running processes 
 ; __/root__ : home directory of the __root__ SuperUser 
 ; __/sbin__ : executable files only of interest to the __root__ SuperUser