Due to extreme system use, a Linux system requires some additional swap space. To initialize 5 GB of additional swap space, which combination of commands should be used? A. dd if=/dev/zero of=/tmp/swapfile bs = 1024 count=5120000; mkswap /tmp/swapfile; mount /tmp/…

The following is an excerpt from the output of tcpdump -nli eth1: 13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.21: Flags [.], ack 1 (truncated) 13:03:17.598624 IP 192.168.5.112.21 > 192.168.123.5.1065: Flags [P.], seq (truncated) Which network service or protocol was used? A. FTP…