Imagine you're setting up a new server. You want to ensure that every user on the system has their own private space for files and data. Which directory structure in Linux helps facilitate this?
- /etc
- /home
- /tmp
- /var
To provide each user with their own private space for files and data, you would use the /home directory structure in Linux. User home directories are typically located within /home, and this separation ensures user privacy and data security.
Loading...
Related Quiz
- The _________ command in Linux can be used to manipulate or display IP routing tables.
- If you want to store the exit status of a command in a variable, you would typically use the _________ built-in variable.
- After a recent system update, your Linux server fails to boot properly. It seems to hang after the bootloader phase. Where would you begin troubleshooting to identify the issue?
- A kernel that can have modules loaded and unloaded at runtime is referred to as a _________ kernel.
- The _________ utility in Samba is used to manage user accounts and passwords.