Lpi Level 1 Exam 101(with rpm) - 117-101 Exam Practice Test
You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
CORRECT TEXT
Which command (without options) would you use to display how much space is available on all partitions?
Which command (without options) would you use to display how much space is available on all partitions?
Correct Answer:
df
/bin/df
/bin/df
You have just added a CD-ROM drive (/dev/hdd) to your system and have added it to your fstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?
Correct Answer: C
Vote an answer
Select the line that best represents what permissions the /etc/passwd file should have
Correct Answer: B
Vote an answer
What would the following line accomplish if run as root? chown -R bert /home/bert/*
Correct Answer: A
Vote an answer
When you are looking for brief information about a program in your PATH with its associated man pages, you would use ...
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
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 the packages themselves?
Correct Answer: E
Vote an answer
While editing a file in vi, you realize that you are changing the wrong file. What vi command sequence will allow you to quit without saving your changes?
Correct Answer: C
Vote an answer
CORRECT TEXT
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time. Answer:
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time. Answer:
Correct Answer:
reconfigure
CORRECT TEXT
You wish to send the output of a command to standard output (stdout) and save it to a file. The command to use is ______________. (Do not specify arguments)
You wish to send the output of a command to standard output (stdout) and save it to a file. The command to use is ______________. (Do not specify arguments)
Correct Answer:
tee
Which of the following commands will print the amount of disk space used by files specified on the command line?
Correct Answer: B
Vote an answer