Lpic 1 Linux Administrator · Free Practice Question Easy
Question 9
- A /root
- B /home/root
- C /system/root
- D /usr/root
Reveal correct answer
Correct answer: A
A. The standard home directory for the root user in a Linux system is /root. This directory is specifically designated for the root user and is where the root user's personal files and configuration settings are stored.
B. /home/root is not the standard home directory for the root user in a Linux system. The /home directory is typically used for regular user home directories, while the root user has a separate directory at /root.
C. /system/root is not the standard home directory for the root user in a Linux system. The /system directory is not a standard location for user home directories, and the root user's home directory is typically located at /root.
D. /usr/root is not the standard home directory for the root user in a Linux system. The /usr directory is used for storing user-related programs and data, not for user home directories. The root user's home directory is located at /root.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
