Question 41

Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing?
(Choose three.)
  • Question 42

    Which commands can you use to change a user's account aging information? (Choose THREE correct answers.)
  • Question 43

    The X11 configuration file xorg.conf is grouped into sections. How is the content of the section SectionName associated with that section?
  • Question 44

    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 45

    What output will the command seq 10 produce?