101-500 Exam Question 31
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
101-500 Exam Question 32
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?
101-500 Exam Question 33
Which of the following files, located in a user's home directory, contains the Bash history?
101-500 Exam Question 34
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
101-500 Exam Question 35
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.)