Description
A user's home directory is intended to contain that user's files; including text documents, music, pictures or videos, etc. It may also include their configuration files of preferred settings for any software they have used there and might have tailored to their liking:
web browser bookmarks, favorite
desktop wallpaper and
themes,
passwords to any external services accessed via a given software, etc. The user can install executable software in this directory, but it will only be available to users with permission to this directory. The home directory can be organized further with the use of sub-directories.
The content of a user's home directory is protected by
file system permissions, and by default is accessible to all authenticated users and administrators. Any other user that has been granted administrator privileges has authority to access any protected location on the
filesystem including other users home directories.
Benefits
Separating user data from system-wide data avoids redundancy and makes backups of important files relatively simple. Furthermore, Trojan horses,
viruses and
worms 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.
[citation needed] Default home directory per operating system
Subdirectories
The file
/etc/xdg/user-dirs.defaults on many Linux systems defines the subdirectories created for users by default. Creation is normally done with the first login by
Xdg-user-dirs, a tool to help manage "well known" user directories like
desktop,
downloads,
documents,
pictures,
videos or
music. The tool is also capable of
localization (i.e. translation) of the folders names.
[2]Other features per operating system
In Unix, the current working directory is automatically set to a user's home directory when they
log in. The
~ (
tilde character) shorthand command refers to that particular user's home directory.
The Unix
superuser has access to all directories on the filesystem, and hence can access home directories of all users. The superuser's home directory on older systems was
/, but on many newer systems it is located at
/root (Linux, BSD), or
/var/root (
Mac OS X).
VMS
In the
OpenVMS operating system, a user's home directory is called the
root directory, and the equivalent of a Unix/DOS/Windows/AmigaOS root directory is referred to as the
Master File Directory.
[citation needed]Contrast with single-user operating systems
Single-user operating systems simply have a single directory or partition for all user files, there is no individual directory setup per user (though users can still setup and maintain directories inside this main working directory manually).
- AmigaOS versions 2 and up have "System" and "Work" partitions on hard disks by default.
- BeOS (and its successors) have a /home directory which contain the files belonging to the single user of the system.
- Versions of Windows prior Windows 95 OEM Service Release 2 did not have a user folder, but since that release, \My Documents became in effect the single user's home directory.
- NeXTSTEP and OPENSTEP in a single user, non-networked setup, /me is used, as well as /root when logged in as superuser.
See also
References
- ^ "Home Directory Definition". Accessed on July 23, 2009
- ^ "Xdg-user-dirs-0.17 – Beyond Linux From Scratch (System V Edition), Chapter 11. General Utilities". www.linuxfromscratch.org. Retrieved 2022-02-01.
Last edited on 2 February 2022, at 14:09
Content is available under CC BY-SA 3.0 unless otherwise noted.