Why is tilde home?

Why is tilde home?

This practice derives from the Lear-Siegler ADM-3A terminal in common use during the 1970s, which happened to have the tilde symbol and the word “Home” (for moving the cursor to the upper left) on the same key. You can find photos of the Lear-Siegler ADM-3A keyboard on this site.

What is the use of home directory in Linux?

A home directory is the directory or folder commonly given to a user on a network or Unix or Linux variant operating system. With the home directory the user can store all their personal information, files, login scripts, and user information.

Which notation is used for representing your home directory?

Usage of ~ for Home directory Just like root directory symbol, the home folder too has its sign, which is tilde (~). In the terminal, you can simply type cd ~/X and jump to X folder in your home directory that contains your personal data.

What is stored in the home directory?

In computing, a home directory is a directory which contains the personal files of a particular user of the system. On Unix/Linux systems, this includes configuration files (usually hidden, i.e. starting with a .), documents, locally installed programs, etc.

What is the name of the home directory?

The specifics of the home directory (such as its name and location) are defined by the operating system involved; for example, Linux / BSD ( FHS) systems use /home/ and Windows systems between 2000 and Server 2003 keep home directories in a folder called Documents and Settings .

Why does the home button on Linux represent home?

That’s right: a specific keyboard from over forty years ago is why Linux and UNIX-based systems use ~ to represent home, even though the ~ and Home keys couldn’t be further apart on most modern keyboards. Weird, right? And there are other details hidden in this keyboard.

How is the content of the home directory protected?

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.

How is the home directory set in Unix?

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.