Home
From MEPIS Documentation Wiki
m |
|||
| Line 1: | Line 1: | ||
| - | |||
Users' home directories can usually be found under /home, with one exception: the root account's home directory is usually /root, which is a directory on the root filesystem. This is because, if root's home directory was on /home, an unmounted filesystem when the system boots into single-user maintenance mode, the root account would not be able to log in correctly. | Users' home directories can usually be found under /home, with one exception: the root account's home directory is usually /root, which is a directory on the root filesystem. This is because, if root's home directory was on /home, an unmounted filesystem when the system boots into single-user maintenance mode, the root account would not be able to log in correctly. | ||
| Line 5: | Line 4: | ||
/home is quite often a separate filesystem, for a variety of reasons. | /home is quite often a separate filesystem, for a variety of reasons. | ||
| - | The /home directory is where the user's personal directories reside. Each user will have their own home directory under the /home directory.If your username was MepisLover, then your home directory would be /home/MepisLover. One user cannot read another user's home directory. The only user who can do that is the root user. | + | The /home directory is where the user's personal directories reside. Each user will have their own home directory under the /home directory.If your username was MepisLover, then your home directory would be /home/MepisLover. One user cannot read another user's home directory. The only user who can do that is the root user. [http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/home.html more detail] |
| + | |||
| + | |||
[[The_System| back to the filesystem]] | [[The_System| back to the filesystem]] | ||
Revision as of 22:33, 25 September 2006
Users' home directories can usually be found under /home, with one exception: the root account's home directory is usually /root, which is a directory on the root filesystem. This is because, if root's home directory was on /home, an unmounted filesystem when the system boots into single-user maintenance mode, the root account would not be able to log in correctly.
/home is quite often a separate filesystem, for a variety of reasons.
The /home directory is where the user's personal directories reside. Each user will have their own home directory under the /home directory.If your username was MepisLover, then your home directory would be /home/MepisLover. One user cannot read another user's home directory. The only user who can do that is the root user. more detail