Question 56

What is true regarding the file ~/.forward?
  • Question 57

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

    On a regular users workstation the route command takes a long time before printing out the routing table.
    Which of the following errors does that indicate?
  • Question 59

    How many IP addresses can be used for unique hosts inside the IPv4 subnet 192.168.2.128/26?
  • Question 60

    FILL BLANK
    Which environment variable is used by an X11 client to determine the X Server to connect to?
    (Specify only the variable name without any preceding commands or values.)