101-500試験無料問題集「Lpi LPIC-1 Exam 101, Part 1 of 2, version 5.0 認定」

If Linux detects an ACPI BIOS on bootup, what does it automatically deactivate?

When given the following command line.
echo "foo bar" | tee bar | cat
Which of the following output is created?

Which of the following commands would display the lines containing capital letters form the file "turkey.txt"?

Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)
正解:
HISTFILE
What is the purpose of the Bash built-in export command?

The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system.
Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?

Which command will show you the contents of a gzip compressed tar archive?

Which of the following commands installs all packages with a name ending with the string foo?

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 be appended to the command?

Which of the following commands enables the setuid (suid) permission on the executable called
/bin/foo?

You want to search the file myfile for all occurances of string containing at least five characters, where character number 2 and 5 are 'a' and character number 3 is NOT 'b'.
Which command would you use?

Which command will convert an RPM package file to a cpio archive? (Provide only the command with no options or parameters)
正解:
/usr/bin/rpm2cpio
rpm2cpio
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 command will allow you to install the updated version?