Question 116
Which of the following commands list all files and directories within the /tmp/directory and its subdirectories which are owned by the user root? (Choose two.) find /tmp -user root -print
Question 117
When in Normal mode in vi, which character can be used to begin a reverse search of the text?
Question 118
What is the purpose of the Bash built-in export command?
Question 119
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
Question 120
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?