Request More Information

Email:  WhatsApp:

koenig-logo

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.
Answer :
  • d[o-u]g

Explanation :

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.
Answer :
  • modprobe

Explanation :

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.
Answer :
  • find

Explanation :

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.
Answer :
  • chown

Explanation :

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.
Answer :
  • The file report.txt is formatted for printing and sent to the lpr program.

Explanation :

The pr program takes a text file as input and adds formatting features intended for printing, such as a header and blank lines to separate pages.
Answer :
  • The /proc/modules file

Explanation :

The /proc/modules file has the same information that is displayed by the lsmod utility (though the lsmod utility formats it much nicer).
Answer :
  • dpkg

Explanation :

A. The dpkg program is used for installing and removing Debian-based packages that use the .deb file format, so option A is correct.