What is the primary purpose of the /home directory in Linux?
- Storing system binaries
- Storing system configuration files
- Storing temporary files
- Storing user home directories
The primary purpose of the /home directory in Linux is to store user home directories. Each user on a Linux system typically has a subdirectory within /home where their personal files and settings are stored.
Loading...
Related Quiz
- For debugging purposes, how can you set a breakpoint in a shell script?
- Which file in Linux contains the hashed password information for users?
- In Linux, user-specific configuration files, sometimes starting with a dot (.), are typically located in the _________ directory.
- What command is used to display the contents of a file in Linux?
- Which command allows you to change directories in the terminal?