Question 16
Which of the following commands reads a file and creates separate chunks of a given size from the file's contents?
ar
ar
Question 17
Which of the following settings for umask ensures that new files have the default permissions -rw-r----- ?
Question 18
Which of the following commands lists all currently installed packages when using RPM package management?
Question 19
Which grep command will print only the lines that do not end with a / in the file foo?
Question 20
Which command uninstalls a package but keeps its configuration files in case the package is re-installed?
dpkg -s pkgname
dpkg -s pkgname
