Question 106
Which of the following commands lists all defined variables and functions within Bash?
Question 107
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
echo '1 2 3 4 5 6' | while read a b c; do
echo result $c $b $a;
done
Question 108
Which of the following commands can be used to display the local routing table? (Choose TWO correct answers.)
Question 109
FILL BLANK
Which command is used to sync the hardware clock to the system clock? (Specify only the command without any path or parameters.)
Which command is used to sync the hardware clock to the system clock? (Specify only the command without any path or parameters.)
Question 110
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
