Want to pass your LPIC-1 - Exam 101 - version 5.0 101-500 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
What is the effect of the egrep command when the -v option is used?
A. It enables color to highlight matching parts.
B. It only outputs non-matching lines.
C. It shows the command's version information.
D. It changes the output order showing the last matching line first.
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
A. fmt -f 1,4 /etc/passwd
B. split -c 1,4 /etc/passwd
C. cut -d : -f 1,4 /etc/passwd
D. paste -f 1,4 /etc/passwd
Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?
A. grub2 install /dev/sdc
B. grub-mkrescue /dev/sdc
C. grub-mbrinstall /dev/sdc
D. grub-setup /dev/sdc
E. grub-install /dev/sdc