LPI 101-500 - LPIC-1 Exam 101 Exam
Page: 3 / 24
Total 120 questions
Question #11 (Topic: Single Topic)
FILL BLANK
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Answer: df
Question #12 (Topic: Single Topic)
Which chown command changes the ownership to dave and the group to staff on a file named data.txt?
A. chown dave/staff data.txt
B. chown -u dave -g staff data.txt
C. chown --user dave --group staff data.txt
D. chown dave+staff data.txt
E. chown dave:staff data.txt
Answer: E
Question #13 (Topic: Single Topic)
When considering the use of hard links, what are valid reasons not to use hard links?
A. Hard links are not available on all Linux systems because traditional filesystems, such as ext4, do not support them
B. Each hard link has individual ownership, permissions and ACLs which can lead to unintended disclosure of file content
C. Hard links are specific to one filesystem and cannot point to files on another filesystem
D. If users other than root should be able to create hard links, suln has to be installed and configured
E. When a hard linked file is changed, a copy of the file is created and consumes additional space
Answer: C
Question #14 (Topic: Single Topic)
In compliance with the FHS, in which of the directories are man pages found?
A. /opt/man/
B. /usr/doc/
C. /usr/share/man/
D. /var/pkg/man
E. /var/man/
Answer: C
Question #15 (Topic: Single Topic)
FILL BLANK
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Answer: cmdline