LX0-101 Exam Questions
328 real LX0-101 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #200
Which of the following must be included in the syslogd configuration file, so that ONLY kernel related messages with the priority crit are reported?
- Question #202
One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?
- Question #206
Which command would you use to apply a diff file to an original?
- Question #207
The swap usage on a system needs to be checked. Which TWO commands can be used to display a swap usage summary?
- Question #209
Which of the following best describes the format of the /etc/fstab file?
- Question #210
A 2.6.9-ac1 kernel would be
- Question #212
Which RAID level provides the most redundancy?
- Question #213
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....
- Question #214
Which of the following configuration lines will export /usr/local/share/ to nfsclient with read-write access, ensuring that all changes are written straight to the disk?
- Question #216
To remove the patch patch-2.4.28.tar.bz2 from a kernel source tree, the command that must be used is:
- Question #217
How must Samba be configured, so that it can check passwords against the ones in /etc/passwd and /etc/shadow?
- Question #219
Which THREE statements concerning automounter are true?
- Question #222
Which of the following entries are NOT valid in /etc/raidtab?
- Question #223
To allow more than one client username to share one local account on a Samba server, which of the following configuration directives can be used?
- Question #224
What happens when the Linux kernel can't mount the root filesystem when booting?
- Question #230
What command should be used to find out what PCI devices can be seen, without querying the kernel?
- Question #231
The server has two network cards. The driver for the first card is the module 8139too and the driver for the second card is the module ne2k-pci. How is it possible to ensure that t...
- Question #232
What command is used to permanently set the options in the kernel when making a boot disk?
- Question #233
A new PCMCIA network card is not functioning correctly. To troubleshoot this, the socket information should be checked. How can this be done?
- Question #234
When bash is invoked as an interactive login shell, which of the following sentences is true?
- Question #235
After changing the default runlevel in the init configuration file, the system boots in a different than the intended runlevel. Where else could be this different runlevel be defin...
- Question #236
The new file server is a member server of the Windows domain foo. Which TWO of the following configuration sections will allow members of the domain group all to read, write and ex...
- Question #237
A machine is running in single user mode and, as such, not all file-systems are accessible. What command must be run to make all of the other file-systems listed in /etc/fstab acce...
- Question #239
What needs to be done to enable 32 bit I/O transfer mode for (E)IDE disks, on a system running a 2.4 series Linux kernel?
- Question #240
What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 machine?
- Question #242
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...
- Question #243
What script is included with the kernel source to patch a kernel?
- Question #244
Which option is used in the Samba configuration file to set which files and directories are neither visible to or accessible by the clients?
- Question #245
When building an RPM package, which rpmbuild option is used to unpack sources and apply patches before proceeding with the next steps?
- Question #248
The Samba configuration file uses the parameter read only=yes. Which of the following is equivalent?
- Question #250
A pre-compiled module has been moved to /lib/modules/<kernel-version>, but 'modprobe -a <modulename>' fails to load it. What needs to be done to enable usage of this module?
- Question #251
A system is running out of swap space. To initialise 5GB of additional swap space, which combination of commands should be used?
- Question #252
What command is used to re-add a partition to a software RAID setup?
- Question #253
Journalling doesn't appear to be working on an ext3 file-system. When booting, the following line appears: VFS: Mounted root (ext2 filesystem) readonly. What could be causing the p...
- Question #254
What command is used to mount a floppy disk image under /mnt/floppy?
- Question #255
If the current directory is /root and the kernel source is located in /usr/src/linux, which of the following commands should be used to apply the patch /tmp/foopatch?
- Question #256
What does the following script do? #!/bin/bash find/ -perm +4000 | mail -s "Daily find output" root
- Question #257
You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /...
- Question #258
With Xorg 7.0, what is the name of the default font server?
- Question #261
The command echo $! will produce what output?
- Question #262
You are using quota on your system. How can you see disk quota details?
- Question #263
Which of the following is the difference between the --remove and the --purge action with the dpkg command?
- Question #265
You have read/write permission on an ordinary file foo. You have just run In foo bar. What would happen if you ran rm foo?
- Question #266
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?
- Question #267
An administrator wishes to kill a process with a PID of 123. Which of the following commands will allow the process to "clean up" before exiting?
- Question #268
Using vi, you want to save changes to the file my file with :w!, but vi complains it cannot write to the file. Therefore, you want to check the write permissions on the file. To do...
- Question #269
Which of these commands allows you to use shared libraries that are in /usr/local/lib?
- Question #270
An administrator is looking for an executable file foo. Which of the following commands would search for foo within directories set in the shell variable, PATH?
- Question #271
Which of the following does the Filesystem Hierarchy Standard enable? (Select TWO).
- Question #273
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option need to be added to the corresponding line in /etc/fstab?