| Home Folder |
Article Index for Home |
Website Links For Home |
Information AboutHome Folder |
| CATEGORIES ABOUT HOME DIRECTORY | |
| computer file systems | |
|
On Unix systems, this includes configuration files (usually hidden, i.e. starting with a .), documents, locally installed programs, etc. The home directory is defined as part of the user's account data (e.g. in the /etc /passwd file). On many systems—including most distributions of Linux and variants of BSD (e.g. OpenBSD )—the home directory for each user takes the form /home /''username'' (where ''username'' is the name of the user account). The home directory of the Superuser account (usually named Root ) is traditionally / , but on many newer systems it is located at /root (Linux, BSD), or /var /root ( Mac OS X ). This convention is not universal, however: in NeXTSTEP , OPENSTEP , and Mac OS X , users' home directories are stored in /Users/''username''. However in NeXTSTEP and OPENSTEP in a single user, non-networked setup, there is a restricted me account in tandem with the standard unrestricted root account, which stores its users' files in /me. In Solaris , home directories are located in /home, but this is actually the mount point of the Automounter , which mounts home directories as needed from a file server, or /export/home on the local system. Older Unix systems often used paths such as /u01 or /var /users. An additional Unix naming convention (originating from the Csh shell) is that ~user can be used as shorthand for referring to the home directory belonging to user, whatever its location on the filesystem. This is why many Web Server s are configured to show a user's personal Website when a URL such as http://www.catb.org/~esr/ is accessed (in this example, the username is esr). A further shorthand allows a user to refer to their ''own'' home directory simply as ~. Separating user data from system-wide data avoids redundancy and makes backups of important files relatively simple. Furthermore, Trojan Horse s, Virus es and Worm s running under the user's name and with their privileges will in most cases only be able to alter the files in the user's home directory, and perhaps some files belonging to workgroups the user is a part of, but not actual system files. In newer versions of version of the OS (with ''username'' again replaced by the particular user's login name). SEE ALSO |
|
|