LPIC-1 Exam Prep (Course 1) Quiz Questions and Answers
Why should you install the server with a GUI installation pattern?
Answer :
To prepare for RHCSA/RHCE, you need some tools that run in a GUI only.
Which of the following enables you to redirect standard output as well as errors to a file?
Answer :
2>&1 file
Under which directory would you expect to find nonessential program files?
Answer :
/usr
What tool do you use to install a .rpm package file?
Answer :
rpm
What tool should you use to install a .deb package file?
Answer :
dpkg
Which of the following commands is implemented as an internal command in bash ?
Answer :
echo
How does man display information by default on most Linux systems?
Answer :
Using the less pager
How many commands can you pipe together at once?
Answer :
An arbitrary number
What program would you use to display the end of a configuration file?
Answer :
tail
A user has created a script with the name myscript. He tries to run it using the command myscript , but it is not started. The user has verified that the script permissions are set as executable. Which of the following is the most likely explanation?
Answer :
The directory that contains the script is not in the PATH.