What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
What is the difference between the commands test -e path and test -f path?
Which command makes the shell variable named VARIABLE visible to subshells?
When the command echo $$ outputs 12942, what is the meaning of 12942?
When the command echo $ outputs 1, which of the following statements is true?
What command displays all aliases defined in the current shell? (Specify the command without any path information)
Which of the following may occur as a consequence of using the command ifconfig? (Choose THREE correct answers.)
Which of the following commands will help identify a broken router between the local and the remote machine?
Which of the following is a valid IPv6 address?
Which of the following statements is valid in the file /etc/nsswitch.conf?