In Linux, user-specific configuration files, sometimes starting with a dot (.), are typically located in the _________ directory.
- /bin
- /etc
- /home
- /usr
In Linux, user-specific configuration files, sometimes starting with a dot (.), are typically located in the /home directory. Each user has a home directory under /home where they can store their personalized configuration files and data.
Loading...
Related Quiz
- To restrict users from logging in via SSH, you would modify the ________ file.
- When a process is neither in 'running' nor in 'blocked' state, which state might it be in?
- To change or set the UUID of a filesystem in Linux, you would use the ________ command.
- If you want to store the exit status of a command in a variable, you would typically use the _________ built-in variable.
- What is the primary purpose of the chmod command in Linux?