Question 56

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 57

    Which of the following nmcli subcommands exist? (Choose two.)
  • Question 58

    Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.)

    Question 59

    When the command echo $ outputs 1, which of the following statements is true?
  • Question 60

    A user was not given permission to use the CRON scheduling system. What file needs to be modified to provide that access? (Please specify the full path to the file)