117-101 Exam Questions
234 real 117-101 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1
You are using an application that you want to appear on the screen of another machine. What environment variable would you have to set or edit to achieve this?
- Question #2
After installing and configuring Xfree86, you notice that when you start X, the display is not centered. What program can you run to find a better modeline setting?
- Question #4
You just started X for the first time and noticed that the display does not use the entire screen. What program can you use to fix this?
- Question #5
Which of the following is the default XFree86 configuration file?
- Question #6
You have just set up the Gnome Display Manager as your default display manager. What file should you edit to change the default greeting for it?
- Question #7
You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
- Question #8
After a minor security incident you are instructed by your lead sys-admin to verify the RPM's installed on running system. Which command will create a complete report which you can...
- Question #10
You have two shell scripts, foo and bar. You wish to have bar execute if foo returns an exit status of 0 Select the correct command:
- Question #11
In order to append the output of ls to a file called bazz, which of the following command lines would you use?
- Question #12
Which command is used to dump files in octal format?
- Question #13
You have created a really long letter and after you are done, you notice that you used the name "Bob" many times but your forgot to capitalize it in many instances. Which command w...
- Question #14
You are logged in as user tux1, but now you want to switch users to tux2 with tux2's environment. How would you do this?
- Question #15
You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.
- Question #16
You have read/write permission on an ordinary file foo. You have just run ln foo bar. What would happen if you ran rm foo?
- Question #17
Which command will print line numbers before each line in a file?
- Question #18
You need to create a simple hierarchy of directories: images/photos/summer/ottawa/. None of the directories on that path exists. What command will create all of the needed director...
- Question #19
While using the vi editor, you wish to move ahead one page. You should press the control key and:
- Question #20
You enter the command date +%M. Wat does the output show you?
- Question #21
When you are looking for brief information about a program in your PATH with its associated man pages, you would use ...
- Question #22
Which command will print out the attributes of the file foobar?
- Question #23
Which of the following commands will list the quota for the user foobar?
- Question #24
The command mkfs -t ext3 /dev/hdb1 -T largefile creates what size of inode?
- Question #25
In XF86Config which section is concerned with fonts?
- Question #26
You have a USB storage device that you cannot get working. You have enabled all appropriate USB options in the latest 2.2 kernel but still cannot get your device working. What is m...
- Question #28
What is a reasonable command to uninstall a Debian package from your system?
- Question #29
You want to install a new software package, but it is only available in RPM format and you are running Debian Linux. Which of the following would help you to install it on your sys...
- Question #30
What command will uninstall a package but leave its configuration files in case a package is re- installed?
- Question #31
You have not run apt-get on a system for some time, but it has been run on the system before. What apt-get command would you run to download the latest list of packages, but not th...
- Question #32
You want to examine the changelog for the installed package postfix. Which command will display the changelog?
- Question #35
Which Debian package system command will list all partially installed packages and suggest how to get them correctly installed?
- Question #37
What single command (no options or arguments) can be used to fully extract a file called abc.tar.bz2?
- Question #38
A Makefile typically contains which targets?
- Question #39
You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?
- Question #40
What is the difference between the --remove and the--purge action with the dpkg command?
- Question #41
Which RPM command will output the name of the package which installed the file /etc/exports?
- Question #42
Which file should be edited to select the network locations from which Debian installation package files are loaded?
- Question #43
Which command will list all the files installed from the RPM package file named, vorbis- tools- 1.1.i386. rpm?
- Question #44
The X program _________ is often used to make minor keyboard adjustments, like proper Back space/Delete mapping.
- Question #45
Users may create and edit a configuration file in their home directory that can tell the X window system what window manager they wish it to start when they log in. What file is th...
- Question #46
The system bell sound is annoying you. Which of the following can you use to change this and other user X preferences?
- Question #49
What command line redirection characters instruct the shell to read from the current input source until a specific word, on a separate line and without and trailing spaces, is reac...
- Question #50
Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of following signal codes?
- Question #52
What is the output when the following shell script executes? Cat <<foobar Hello foobar foobar
- Question #53
Which of the following commands will display the last 30 lines of /var/log/bigd.log as well as new content as it is appended to the file by another process?
- Question #54
You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.
- Question #55
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 #56
Which of the following commands will find the string foo in the file filel.txt, regardless of foo being in upper or lowercase letters?
- Question #57
The command used to determine a file's type is
- Question #58
Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into abash initialization file will have bash recogni...
- Question #60
User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?