201-450 Exam Questions
269 real 201-450 exam questions with expert-verified answers and explanations. Page 5 of 6.
- Question #288206 Networking Configuration
Considering the following kernel IP routing table below, which of the following commands must be used to remove the route to the network 10.10.1.0/24? (Select TWO answers) Kernel I...
routing tableip routeroute commandstatic routes - Question #289206 Networking Configuration
Which of the following wireless tools can be used to check the wireless network link quality? (Choose TWO correct answers.)
wirelessiwconfigiwlink quality - Question #290206 Networking Configuration
Which of the following files are used to resolve hostnames to IP addresses? (Choose TWO correct answers.)
hostname resolution/etc/hosts/etc/resolv.confDNS - Question #291206 Networking Configuration
Which of the following commands will list the IPv4 neighbors of the current system? This includes IP and MAC addresses. (Choose TWO correct answers.)
ARPip neighMAC addressesneighbor discovery - Question #292206 Networking Configuration
Which of the following commands can be used to list IPv4 addresses and MAC addresses for IP devices that the system has seen on the local network?
ARPMAC addressesarp commandnetwork tools - Question #293206 Networking Configuration
What is the command to add another IP address (192.168.1.2) to a network interface (eth0) that already has (at least) one IP address in the 192.168.1.0/24 subnet?
ip addrinterface configurationIP aliasingiproute2 - Question #294206 Networking Configuration
The following is an excerpt from the output of tcpdump -nli eth1 'udp': 13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.53: 43653+ A? lpi.org. (25) 13:03:17.598624 IP 192.168...
tcpdumpDNSprotocol analysisport 53 - Question #297206 Networking Configuration
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....
tcpdumpFTPprotocol analysisport 21 - Question #299206 Networking Configuration
Which of the following commands can be used to script interactions with various TCP or UDP services?
netcatncTCP/UDP scriptingnetwork tools - Question #300206 Networking Configuration
A correctly formatted entry has been added to /etc/hosts.deny to prevent certain clients from connecting to a service but this is having no effect. What could be the cause of this?...
TCP wrappershosts.denyhosts.allowtcpd troubleshooting - Question #301206 Networking Configuration
Which /etc/hosts.allow entries will permit access to sshd for users from the 192.168.1.0/24 subnet? (Choose TWO correct answers.)
TCP wrappershosts.allowsshdsubnet notation - Question #302206 Networking Configuration
A network client has an ethernet interface (eth0) configured with an IP address in the subnet 192.168.0.0/24. This subnet has a router, with the IP address 192.168.0.1, that connec...
default gatewayroute commandip routerouting configuration - Question #303206 Networking Configuration
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.)
DNSresolv.confnsswitch.confname resolution - Question #305207 System Maintenance
What should be done after updating the configuration file for syslogd in order to make the changes become effective? (Choose TWO correct answers.)
syslogdHUP signalloggingservice reload - Question #306202 Linux Kernel
What does the -p3 option to the patch command do?
patch commandpath stripping-p optionsource patching - Question #307202 Linux Kernel
When a makefile is included in a source code package, what are commonly defined targets in the file?
makefilebuild targetsinstallsoftware compilation - Question #308202 Linux Kernel
Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile softwar...
GNU makeMakefilebuild systemsource compilation - Question #309202 Linux Kernel
A regular user, joe, has just run: ./configure && make && make install to build and install a program. However, the installation fails. What could be done to install the program? (...
make installfile permissions--prefixsource compilation - Question #312207 System Maintenance
Which of the following are common backup systems used in Linux? (Choose TWO correct answers.)
AmandaBaculabackup softwareLinux backup - Question #313205 Advanced Storage Device Administration
Which of the following commands will erase the contents of the /dev/sdb3 partition?
dd commandpartition erase/dev/zerodisk wiping - Question #316201 Capacity Planning
What mechanism does collectd use to gather monitoring information on systems?
collectdpluginsmonitoringdata collection - Question #317201 Capacity Planning
What option in the collectd configuration file is required in order to define what to start monitoring?
collectdLoadPluginconfigurationmonitoring - Question #318202 Linux Kernel
How is the source code for the main Linux kernel modules distributed?
kernel modulessource codekernel distributionLinux kernel - Question #319203 System Startup
What is the functionality that PXE provides?
PXEnetwork bootsystem startupnetwork interface - Question #320203 System Startup
What are the main network services used by the PXE protocol? (Choose TWO correct answers.)
PXEDHCPTFTPnetwork boot - Question #321205 Advanced Storage Device Administration
What is the purpose of the smartd daemon?
smartdS.M.A.R.T.disk monitoringdrive failure prediction - Question #322205 Advanced Storage Device Administration
What component of a system does smartd monitor?
smartdhard drivesdisk monitoringS.M.A.R.T. - Question #323204 Filesystem and Devices
Which of the following are common Linux filesystem types used for root partitions? (Choose THREE correct answers.)
ext4XFSBtrfsroot filesystem - Question #324Filesystem and Devices
Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?
fsckext4lost+foundfilesystem repair - Question #325Filesystem and Devices
What is the main template file used by autofs?
autofsauto.masterautomounterconfiguration file - Question #326Filesystem and Devices
The main configuration file for autofs has this entry: /home /etc/auto.home What is the meaning of the /etc/auto.home file?
autofsindirect mapsauto.homeautomounting - Question #327Advanced Storage Device Administration
Which of the following is an example path to a Linux software RAID array?
software RAIDmdadm/dev/mddevice path - Question #328Advanced Storage Device Administration
What mount option must be used in /etc/fstab when mounting an iSCSI target?
iSCSIfstab_netdevnetwork storage mount - Question #329Advanced Storage Device Administration
What are the options to node.startup in the iscsid.conf file? (Choose TWO correct answers.)
iSCSIiscsid.confnode.startupinitiator configuration - Question #330Advanced Storage Device Administration
What command is used to make an exact copy, at a single point in time, of a logical volume for backup purposes?
LVMlvcreatesnapshotlogical volume - Question #331Advanced Storage Device Administration
What action should be performed after increasing the size of a logical volume?
LVMlogical volume resizefilesystem resizelvextend - Question #332Networking Configuration
Which command can be used to scan a specified network looking for IP addresses that appear to be in use?
nmapnetwork scanninghost discoveryIP enumeration - Question #333Networking Configuration
Which of the following filter keywords for tcpdump specify the transfer direction for network packets? (Choose TWO correct answers.)
tcpdumppacket filtersrcdst - Question #334Networking Configuration
What is incorrect about these entries in /etc/hosts which could be causing host name lookup problems with host2? host1 192.168.1.12 host2 192.168.1.12
/etc/hostshost name resolutionfield orderIP address format - Question #335Networking Configuration
Under which of the following circumstances would the command ping output the string (DUP!)?
pingICMPDUP!broadcast response - Question #336System Maintenance
Which one of these directories should not be backed up?
backup/procpseudo-filesystemexclude from backup - Question #337System Maintenance
The following command has just been run successfully: cd /opt; tar xvf /dev/nst0; What will happen if the command sequence is run again?
tartape devicenst0non-rewinding tape - Question #338Capacity Planning
In order to gather performance data with sar over a longer period of time, which command should be run periodically from cron?
sarsa1performance data collectionsysstat - Question #339Linux Kernel
In which directory tree are files modified when changing kernel parameters using the command sysctl?
sysctlkernel parameters/proc/sysruntime tuning - Question #340Advanced Storage Device Administration
What information is found in the following excerpt from the file /proc/mdstat? (Choose two.)
/proc/mdstatRAID degradedspare diskRAID recovery - Question #341Advanced Storage Device Administration
Which command is used to make an exact copy, at a single point in time, of a logical volume while still allowing the original logical volume to be updated?
LVMlvcreatesnapshotlogical volume backup - Question #342Networking Configuration
Which of the following commands shows capabilities and usable frequencies for the wireless interface wlan0?
iwwireless interfacewlan0wireless capabilities - Question #343System Startup
What effect does the -f option to the update-rc.d command have on files in the /etc/rcX.d/ and /etc/init.d/ directories?
update-rc.dinit scriptsrcX.d symlinksservice management - Question #344206 Networking Configuration
Which of the following commands lists IPv4 addresses and MAC addresses of network nodes that the local system has seen on its directly connected IP networks?
arpMAC addressesIPv4network nodes - Question #345204 Filesystem and Devices
Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?
tarwildcardsarchive extractiongzip