LX0-101 Exam Questions
328 real LX0-101 exam questions with expert-verified answers and explanations. Page 6 of 7.
- Question #344
Where should the LILO code reside, on a system with only one installation of Linux and no other operating systems?
- Question #346
The output for the command ifconfigeth0 is shown below: Eth0 Link encap:Ethernet HWaddr 00:0C:29:CB:FA:30 inetaddr:192.168.246.11 Bcast:192.168.246.255 Mask:255.255.255.0 UP BROADC...
- Question #350
What command can be used to configure the baud rate on a serial port?
- Question #351
Considering that a 2.4 series Linux kernel is being used, which kernel module must be loaded to enable CD burning with an IDE CD writer?
- Question #352
The Linux kernel is loaded successfully by the boot loader. However, straight after the kernel mounts the root filesystem, the boot process stops and an error message regarding ini...
- Question #353
Hundreds of people log in to a server from remote locations per day. Which of the following commands show remote SSH, FTP & telnet sessions for a particular day?
- Question #354
What command can be used on an existing (formatted) partition, to configure the interval between disk checks when mounting partitions?
- Question #355
If the path parameter is not set for a share in the smb.conf file, the share will refer to which of the following directories?
- Question #356
What information does the file modules.dep provide?
- Question #357
What is the minimum number of disks required in a RAID5 array?
- Question #359
Which of the following is the process ID number of the init program?
- Question #360
An administrator has just added a CD-ROM drive (/dev/hdd) to a system and added it to the administrator's fstab. Typically the administrator can use which of the following commands...
- Question #362
All of the following commands will update the Modify timestamp on the file /tmp/myfile.txt EXCEPT:
- Question #363
In the vi editor, which of the following commands will delete the current line at the cursor and the 16 lines following it (17 lines total)?
- Question #365
In compliance with the FHS, in which of the following places are man pages typically found?
- Question #366
The lspci command can display information about devices EXCEPT:
- Question #368
Which of the following commands will allow an administrator to adjust the number of mounts after which an existing filesystem will be checked by e2fsck?
- Question #369
Which of the following directories contains additional information about installed packages?
- Question #370
Which of the following Linux filesystems pre-allocates a fixed number of inodes at filesystems make/creation time, and does NOT generate them as needed?
- Question #372
An administrator is having some trouble with a disk partition and needs to do maintenance on this partition. The administrator's users home directories are on it and several are lo...
- Question #376
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. Which of the following does this indicate?
- Question #378
An administrator wants the default permissions for their files to be -rw-r-----. How must the administrator set umask?
- Question #379
An administrator is writing text in vi. Now the administrator wants to save their changes and exit. Which of the following sequence of inputs will accomplish this? (Select TWO).
- Question #380
While editing a file in vi, an administrator realizes that the wrong file is being changed. Which of the following vi command sequences will allow the administrator to quit without...
- Question #381
In the command foo < bar | foobar, which of the following statements is correct?
- Question #382
All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
- Question #383
Bob accidentally created the subdirectory \bobsdir in his home directory. He tried to remove the subdirectory with the command rmdir \bobsfile only to receive the error, "No such f...
- Question #385
Which of the following chown commands will change the ownership to foo and the group to bar on a file named biglist?
- Question #386
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which of the following options will need to be added to the corresponding line...
- Question #387
An administrator is trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this?
- Question #388
For which of the following can the tee command be used?
- Question #392
An administrator has created a really long letter and after the administrator is done, notices that the name "Bob" has been used many times. The administrator forgot to capitalize...
- Question #393
Which of the following commands will create an ext3 filesystem on /dev/hda2?
- Question #394
Which of the following is the default process priority when a process is started using the nice command?
- Question #395
Which of the following commands will print a list of usernames (first column) and their corresponding user id (uid, third column) from /etc/passwd?
- Question #398
Which of the following is true when hard-linked files are present?
- Question #399
Which of the following files should be edited to select the network locations from which Debian installation package files are loaded?
- Question #401
Which of the following commands is used to dump files in octal format?
- Question #404
Which of the following would be accomplished if the below line is run as root? chown -R bert /home/bert/*
- Question #407
An administrator wants to preview where the package file, apache-xml.i386.rpm, will install its files before installing it. Which of the following commands should the administrator...
- Question #410
In order to append the output of ls to a file called bazz, which of the following command lines would an administrator use?
- Question #411
After modifying LILO's configuration file, which of the following commands should be run for the changes to take effect?
- Question #414
Which of the following keys should an administrator press to switch to normal mode in vi?
- Question #416
Which of the following commands will print line numbers before each line in a file?
- Question #417
To ensure that a running process continue to execute after you log out, the process should be started with which of the following commands?
- Question #418
The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. Which of the following is the usual way to pass this change to the kern...
- Question #419
Which of the following does the command mount -a do?
- Question #420
Which of the following commands will show the contents of a gzip compressed tar archive?
- Question #422
Which of the following commands can be used to instruct the init process to switch runlevels? (Select TWO).
- Question #423
An administrator has read/write permissions on an ordinary file foo. The administrator has just run ln foo bar. Which of the following would occur if the administrator ran rm foo?