101-400 Exam Questions
378 real 101-400 exam questions with expert-verified answers and explanations. Page 5 of 8.
- Question #224
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option will need to be added to the corresponding line in /etc/fstab?
- Question #225
You have run out of disk space on a partition. Which of the following would be an easy way to move data to a new partition without reconfiguring the path to the data in existing ap...
- Question #226
What is the process ID number of the init program?
- Question #227
Which of the following commands will print the amount of disk space used by files specified on the command line?
- Question #228
Which chown command will change the ownership to dave and the group to staff on a file named data.txt?
- Question #229
Which of the following commands enables the setuid (suid) permission on the executable called /bin/foo?
- Question #231
Which of the following explanations are valid reasons to run a command in the background of your shell?
- Question #232
Which of the following commands would display the lines containing capital letters form the file "turkey.txt"?
- Question #233
Identify the proper device for the third partition, on the second hard disk, on the first IDE controller on a PC system.
- Question #234
What umask will set the file permissions on a newly created file to -rw-r--r-- (644)?
- Question #236
How many SCSI ids for peripherals can SCSI-1 support?
- Question #237
You need to install a fax server. Which type of fax/modem should you install to insure Linux compatibility?
- Question #238
You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?
- Question #239
You have just upgraded your PC to a 60 gigabyte IDE drive. While partitioning the drive, you notice that only 32 gigabytes are available. Which of the following will most likely al...
- Question #240
The lspci command can display information about devices except the following:
- Question #241
If Linux detects an ACPI BIOS on bootup, what does it automatically deactivate?
- Question #242
What command would help you identify the I/O address range being used by the network card?
- Question #243
What program is needed to establish a PPP link to another computer?
- Question #245
You need to know where all the configuration files for the installed package named "postfix" are located. Assuming it was installed with rpm, which command will list this informati...
- Question #246
What tool can you use to print shared library dependencies?
- Question #247
While installing from source code you don't see the configuration script. What command can you run to compile the code?
- Question #248
You have an updated RPM called screensaver-1.1.i386. rpm. You have version 1.0 installed. Using RPM, how do you view the changelog of this file to see if you should install the upd...
- Question #249
You are about to install a new program on an RPM based Linux system. Which of the following would be the best way to accomplish this?
- Question #250
You are installing Linux on a workstation for a new employee. Which partition should be largest?
- Question #251
How can you update a package only if an earlier version is currently installed on the system?
- Question #252
You are preparing a new set of shared libraries in /usr/local/applib and you have written and compiled some code that uses these libraries. You have already performed and ldconfig,...
- Question #253
Where can lilo place boot code?
- Question #254
Where does lilo store its boot information?
- Question #255
To what environment variable will you assign or append a value if you need to tell the dynamic linker to look in a build directory for some of a program's shared libraries?
- Question #256
Which command will allow you to find a specific installed package?
- Question #257
Which of the following is very important when installing from source code (Check TWO that apply)?
- Question #260
You are building a server that will undergo many hardware and operating system upgrades. The server is the file server for all users on your 100 user network. Which directory shoul...
- Question #261
What file is read by the program ldconfig?
- Question #262
After a minor security incident you are instructed by your lead sys-admin to verify the RPM's installed on a running system. Which command will create a complete report which you c...
- Question #263
You see following output while trying to install an updated package: [root@example pub]# rpm -I gthumb-2.2.0.i386.rpm package gthumb- 1.0.1.i386.rpm is already installed. Which com...
- Question #264
Which of the following would do the same as the command cat < file1.txt > file2.txt?
- Question #267
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 #269
As root you have navigated to directory /B. You wish to move all of the files and directories from directory /A to directory /B. Which of the following options would be the most ap...
- Question #270
What key sequence will suspend the current process and return you to a shell prompt?
- Question #271
Which TWO commands will find the path for the binary vim?
- Question #273
What command changes the priority of the process running with process id of 12345 to the highest priority?
- Question #274
You want to save vi changes to the file myfile with :w!, but vi complains it can not write to the file. Therefore, you want to check the write permissions on the file. To do this w...
- Question #275
Which of the following GNU commands would be the most likely command you'd use to find the system load average?
- Question #276
Which of the following commands is equivalent to kill 1234?
- Question #277
What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1?
- Question #279
Which command will print to standard out only the lines that do not begin with # (pound symbol) in the file foobar?
- Question #280
What command will remove duplicate lines from a sorted file?
- Question #281
Which command line option would you use to restrict the GNU find command to searching a particular number of subdirectories?
- Question #282
What is the disadvantage of using the command kill -9 ?
- Question #283
To prevent a command run as root from sending both standard out (stdout) and standard error (stderr) to any terminal or other file or device, which of the following strings should...