Question 101

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
  • Question 102

    In order to bypass print filters using lpr, which of following switches should be used:
  • Question 103

    FILL BLANK
    Which directory holds configuration files for xinetd services? (Specify the full path to the directory.)

    Question 104

    Which of the following files is not read directly by a Bash login shell?
  • Question 105

    Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)