117-101試験無料問題集「Lpi Level 1 Exam 101(with rpm) 認定」

CORRECT TEXT
What command will print the shared libraries for the file /usr/lib/libpng12.so? (Provide the full command with library name but without any other options or parameters)
正解:
ldd
/usr/lib/libpng12.so
/usr/bin/ldd/usr/lib/libpng12.so
CORRECT TEXT
Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide only the command name without any options or path information) Answer:
正解:
dmesg
/bin/dmesg
Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?

CORRECT TEXT
The USB device filesystem can be found under /proc/ _______ /usb/. (Please fill in the blank with the single word only)
正解:
bus
Topic 5, Volume E
Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following commands will resume executing the stopped process and make it the current job?

What TWO permissions must a user have in order to run a shell script?

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 should have its own mountpoint and/or hard drive?

Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Select TWO correct answers)

What effect does the sticky bit have when set on a directory?

CORRECT TEXT
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the fill name with full path information) Answer:
正解:
/etc/inittab
CORRECT TEXT
Which program finds only files that are in your PATH?
正解:
which
CORRECT TEXT
To change the priority of a running process, you use the _______ command (Specify command only with no options.)
正解:
renice
/usr/bin/renice
When in Normal mode in vi, which command character can be used to begin a reverse search of the text?

Given the following output:
Prompt > myapp
[1]+ Stopped myapp
prompt>
Which of the following commands will resume executing the stopped process while allowing the
user to continue to type commands at the command prompt? A .bg myapp

解説: (GoShiken メンバーにのみ表示されます)
CORRECT TEXT
Which command (without options) would you use to display how much space is available on all partitions?
正解:
df
/bin/df
The X program _________ is often used to make minor keyboard adjustments, like proper Back
space/Delete mapping.

Which of the following lines from /etc/X11/XF86Config indicates what fonts can be found on a font server?

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?

Which of the following commands is equivalent to kill 1234?