201-450 Exam Questions
269 real 201-450 exam questions with expert-verified answers and explanations. Page 3 of 6.
- Question #155Networking 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...
tcpdumpDNSUDP port 53packet analysis - Question #156System Startup
During which stage of the boot process would this message be seen? ide_setup: hdc=ide-scsi
boot stageskernel loadingIDE setuphardware initialization - Question #157Linux Kernel
After configuring a new 2.4 series kernel, all dependencies, such as included files, need to be created. How can this be achieved?
kernel compilationmake dep2.4 kernelbuild dependencies - Question #158Networking Configuration
Considering the following kernel IP routing table now, which of the following commands must be remove the route to the network 10.10.1.0/24? Kernel IP routing table Destination Gat...
route delrouting tablestatic routesnetwork routing - Question #159Networking Configuration
Some users are unable to connect to specific local hosts by name, while accessing hosts in other zones works as expected. Given that the hosts are reachable by their IP addresses,...
DNS troubleshooting/var/log/messagesname resolutionsyslog - Question #160Networking Configuration
If the command arp -f is run, which file will be read by default?
arp/etc/ethersARP tablenetwork addresses - Question #161Linux Kernel
What is the difference between zImage and bzImage targets when compiling a kernel?
zImagebzImagekernel loadingmemory addressing - Question #162Networking Configuration
A DNS server has the IP address 192.168.0.1. Which TWO of the following need to be done on a client machine to use this DNS server?
/etc/resolv.conf/etc/nsswitch.confDNS clientnameserver - Question #163206 Networking Configuration
The mailserver is currently called fred, while the primary MX record points to mailhost.example.org. What must be done to direct example.org email towards fred?
DNSMX recordsA recordsmail routing - Question #164206 Networking Configuration
Which of these ways can be used to only allow access to a DNS server from specified networks/hosts?
DNSnamed configurationallow-queryaccess control - Question #165202 Linux Kernel
What information does the file modules.dep provide?
kernel modulesmodules.depmodule dependencies - Question #166202 Linux Kernel
Before compiling a new kernel, what needs to be done?
kernel compilationkernel configurationmake menuconfig - Question #167204 Filesystem and Devices
On a system with separate partitions for /, /usr, /var, /tmp, which filesystem[s] can safely be mounted readonly?
mount optionsreadonly filesystempartition layout - Question #168204 Filesystem and Devices
Which of the following best describes the format of the /etc/fstab file?
/etc/fstabfilesystem configurationmount optionsfsck order - Question #169204 Filesystem and Devices
Which of the following is a valid location in the automount configuration, when a Windows share needs to be made available to the system?
automountCIFSWindows shareSMB - Question #170202 Linux Kernel
What script is included with the kernel source to patch a kernel?
kernel patchingpatch-kernel scriptkernel source - Question #171202 Linux Kernel
Which command would you use to apply a diff file to an original?
patch commanddiff filekernel patching - Question #172205 Advanced Storage Device Administration
One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?
hdparmDMAIDEdisk performance - Question #173203 System Startup
What happens when the Linux kernel can't mount the root filesystem when booting?
boot processroot filesystemkernel panicsystem startup - Question #174203 System Startup
You have written a little startup script (/usr/local/bin/startup.sh) that should automatically execute when entering runlevel 3. According to the standards, how can this best be ac...
SysV initrunlevelinit.dsymlinks - Question #175204 Filesystem and Devices
What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 machine?
mkisofsISO9660Jolietfilesystem creation - Question #177207 System Maintenance
Messages from programs are not appearing in the user's native language. What environment variable must be set for this to happen?
localizationLANGenvironment variablesi18n - Question #178207 System Maintenance
When building an RPM package, which rpmbuild option is used to unpack sources and apply patches before proceeding with the next steps?
RPMrpmbuildpackage buildingspec file - Question #179207 System Maintenance
Which of the following must be included in the syslogd configuration file, so that ONLY kernel related messages with the priority crit are reported?
syslogdloggingkernel messagessyslog configuration - Question #180207 System Maintenance
Which TWO statements about crontab are true?
crontabcron daemoncron syntax - Question #181207 System Maintenance
What does the following script do? #!/bin/bash find / -perm +4000 | mail -s "Daily find output" root
find commandSUIDshell scriptingfile permissions - Question #182204 Filesystem and Devices
A system has one hard disk, configured as master and connected to the primary IDE controller, and one CD writer, configured as slave and connected to the secondary IDE controller....
IDE device namingdevice filesCD-ROMhardware configuration - Question #183Filesystem and Devices
A new PCMCIA network card is not functioning correctly. To troubleshoot this, the socket information should be checked. How can this be done? (Choose two.)
PCMCIAcardctlsocket informationhardware troubleshooting - Question #184Filesystem and Devices
Which command displays information about connected USB devices?
USB/proc filesystemdevice informationbus devices - Question #185Filesystem and Devices
What command can be used to configure the baud rate on a serial port?
serial portbaud ratesetserialhardware configuration - Question #186Advanced Storage Device Administration
What command is used to re-add a partition to a software RAID setup?
software RAIDraidhotaddhot-add partitionRAID management - Question #187System Maintenance
Which TWO of the following sentences are true about this package? Consider the following excerpt from an RPM spec file: Summary: Complete Web authoring system for linux Name: nvu V...
RPM spec fileBuildRequiressource packagespackage building - Question #188Filesystem and Devices
In some older machines, the Linux kernel defaults to polling for the parallel printer port (/dev/lp0), even if it is capable of interrupt-driven operation (ECP). Which utility enab...
parallel portinterrupt-driventunelpECP - Question #203Linux Kernel
What is the purpose of the /etc/sysctl.conf file?
sysctlkernel parameters/etc/sysctl.confsystem configuration - Question #204System Startup
How do /etc/profile and /etc/bashrc differ?
bash startuplogin scriptnon-login script/etc/profile - Question #205Linux Kernel
What are the important (non-comment) contents of /etc/ld.so.conf?
/etc/ld.so.confdynamic librarieslibrary pathldconfig - Question #206System Startup
A symbolic link is called /etc/rc.d/rc3.d/S80sendmail. Assuming this symbolic link is correctly placed and functions in the expected way, what will it do?
SysV initrunlevelrc scriptssendmail - Question #207System Startup
Which of the following is a global non-login bash startup script?
bash startup/etc/bashrcnon-login scriptglobal script - Question #208Linux Kernel
What command must you type as root to have the system re-scan the directories on the library path to enable programs to find dynamic libraries in these directories?
ldconfigdynamic librarieslibrary cacheshared libraries - Question #209System Startup
You've determined that the SSH server is being started by the /etc/rc2.d/S16ssh startup script (or a link of that name). You want to prevent this server from running in runlevel 2....
SysV initrunlevelrc scriptsSSH server - Question #210System Startup
Which of the following is not a common bash startup script file?
bash startup~/.bash_logoutstartup scriptsshell configuration - Question #211Linux Kernel
You type sysctl -a as root. What can you expect to have happen?
sysctlkernel parameterskernel tuningruntime configuration - Question #212System Startup
What directory is commonly used as a supplemental location for additional scripts called by the global bash login script?
/etc/profile.dbash login scriptglobal scriptsshell startup - Question #213System Maintenance
Which of the following lines, if used in a user cron job, will run /usr/local/bin/cleanup twice a day?
croncrontab syntaxjob schedulinguser cron - Question #214System Startup
To alter a Linux system's default runlevel, what would you do?
SysV initrunlevel/etc/inittabdefault runlevel - Question #215Capacity Planning
You use top to examine the CPU time being consumed by various processes on your system. You discover that one process, dfcomp, is consuming more than 90 percent of your system's CP...
topCPU usageprocess monitoringcapacity planning - Question #216System Maintenance
What is wrong with the following system cron job entry (in /etc/crontab)? 17 * * * * run-parts /etc/cron.hourly
cron/etc/crontabsystem croncrontab syntax - Question #217System Maintenance
The user fred creates a cron job to retrieve email from a remote server using the fetchmail program. What is true of this cron job, if it's properly configured?
cronuser cronprocess UIDfetchmail - Question #218Capacity Planning
In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)
lsofpstreeprocess listingcapacity planning - Question #219Capacity Planning
Which of the following tools are used to measure memory usage? (Choose THREE correct answers.)
memory usagesartopvmstat