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
What command is used to hold keys during a login session to be used for automatic authentication while logging in to other machines using ssh?
What is the conventional purpose of Linux UIDs that are lower than 100?
FILL BLANK
Which file, if present, must contain all users that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
Which of the following commands lists all defines variables and functions within Bash?