LPI 201-450 Practice Test - Questions Answers, Page 12
List of questions
Related questions
Question 111

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?
Question 112

Which of the following commands can be used to script interactions with various TCP or UDP services?
Question 113

Which /etc/hosts.allow entries will permit access to sshd for users from the 192.168.1.0/24 subnet?
(Choose TWO correct answers.)
Question 114

What should be done to ensure a client machine uses the recursive nameserver running on the IP address 192.168.0.1? (Choose TWO correct answers.)
Question 115

What should be done after updating the configuration file for syslogd in order to make the changes become effective? (Choose TWO correct answers.)
Question 116

Which of the following filter keywords for tcpdump specify the transfer direction for network packets? (Choose TWO correct answers.)
Question 117

Under which of the following circumstances would the command ping output the string (DUP!)?
Question 118

What does the -p3 option to the patch command do?
Question 119

When a makefile is included in a source code package, what are commonly defined targets in the file?
Question 120

Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?
Question