Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)
What is the purpose of the nsswitch.conf file?
For accessibility assistance, which of the following programs is an on-screen keyboard?
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
The script, script.sh, consists of the following lines:
#!/bin/bash
echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
Which command displays a list of allbackground tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
Which of the following statements is correct regarding the command foo 1> bar?