LPIC-1 Exam Prep (Course 1) v5.0 Quiz Questions and Answers
Answer :
df -T
Explanation :
The df -h command shows mounted devices and the amount of disk space currently in use on these devices. The -T option helps in recognizing real file systems (as opposed to kernel interfaces) because it shows the file system type as well.
The bracket expression within the d[o-u]g regular expression in option C means that any
three-character string beginning in d , ending in g , and with the middle character being between o
and u will match.
The modprobe utility along with its -r switch is the utility to employ for removing
(unloading) a kernel module along with any of its dependencies. Therefore, option E
is the correct answer.
The 'find' command is used to search for files and directories within a directory hierarchy, with a variety of criteria options such as name, size, and modification date.
The 'chown' command is used to change the user and group ownership of a file in Linux, allowing for simultaneous modification of both owner attributes.