Question 1

A Debian package creates several files during its installation. Which of the following commands searches for packages owning the file /etc/debian_version?
  • Question 2

    In order to display all currently mounted filesystems, which of the following commands could be used?
    (Choose TWO correct answers.)
  • Question 3

    Which shell command is used to continue background execution of a suspended command?
  • Question 4

    Which of the following commands lists the dependencies of the RPM package file foo.rpm?
    rpm -qpR foo.rpm
  • Question 5

    What does the + symbol mean in the following grep regular expression:
    grep '^d[aei]\+d$' /usr/share/dict/words