Question 16

How many IP-addresses can be used for unique hosts inside the IPv4 subnet 192.168.2.128/28?
(Specify the number only without any additional information.)

Question 17

What output will the following command produce?
seq 1 5 20
  • Question 18

    Which command is used to set the hostname of the local system? (Specify ONLY the command without any path or parameters.)

    Question 19

    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 20

    Which command is used to add an empty group to the system? (Specify ONLY the command without any path or parameters.)