101-350試験無料問題集「Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 認定」

In compliance with the FHS, in which of the directories are man pages typically found?

You are experimenting with a binary in /tmp/foo.d that expects its configuration file at /etc/foo.conf. You don't want to save it there, but use a symbolic link to /tmp/foo.d/foo.conf instead. Which command would accomplish that?

You want the default permissions for your files to be -rw-r-----. Which is the most useful setting for umask below?

CORRECT TEXT
You suspect that a new ethernet card might be conflicting with another device. Which file should you check within the /proc tree to learn which IRQs are being used by which kernel drivers?
正解:
interrupts, /proc/interrupts
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)

Which of the following commands changes the ownership of file.txt to the user dan and the group staff?

Once a shell variable has been created, how can the variable be removed from the environment?

In order to use the output of ls to overwrite a file called bazz, which of the following command lines would you use?

CORRECT TEXT
Which program updates the database that is used by the locate command?
正解:
updatedb, /usr/bin/updatedb
CORRECT TEXT
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
正解:
bus
CORRECT TEXT
You've downloaded an image file of a boot floppy disk to your hard drive. What is the best utility to create a boot floppy from the disk image? (Specify a single command without options.)
正解:
dd, /bin/dd
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?

Which character, added to the end of a command, runs that command in the background
as a child process of the current shell?