What output is produced by the following command sequence?
echo '1 2 3 4 5 6' | while read a b c; do
echo result $c $b $a;
done
Which of the following commands can identify the PID od a process which opened a TCP port?
To prevent a specific user from scheduling tasks with at, what should the administrator do?
Which of the following comparison operators for test work on elements in the file system?
(Choose two.)
Your senior systems administrator asks you to set up a new machine with Apache listening on port 8088.
Which Apache config file would you edit to change the default port to 8088?