Penguin
Diff: FileSystemHierarchy
EditPageHistoryDiffInfoLikePages

Differences between version 8 and previous revision of FileSystemHierarchy.

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

Newer page: version 8 Last edited on Monday, August 18, 2003 7:11:46 am by AristotlePagaltzis Revert
Older page: version 7 Last edited on Sunday, August 17, 2003 3:35:46 am by AristotlePagaltzis Revert
@@ -4,9 +4,9 @@
 ; __/boot__ : the kernel. This is usually a separate [Partition] at the beginning of the hard drive. 
 ; __/bin__ : system executable files for use by all users 
 ; __/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). 
+; __/home__ : one subdirectory for each user to store all their personal files in. Your own subdirectory here is called your home and is commonly abbreviated as __~__, though this must be explicitly supported by the program in question ( all shells do). 
 ; __/lib__ : libraries needed to run the programs in __/bin__ and __/sbin__ 
 ; __/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, especially beta software. 
 ; __/proc__ : a virtual FileSystem containing pseudo files with information about the hardware and kernel configuration and the running processes