Want to pass your LPIC-1 Exam 101 - Part 1 of 2 - 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 difference between the i and a commands of the vi editor?
A. i (interactive) requires the user to explicitly switch between vi modes whereas a (automatic) switches modesautomatically.
B. i (insert) inserts text before the current cursor position whereas a (append) inserts text after the cursor.
C. i (independent rows) starts every new line at the first character whereas a (aligned rows) keeps the indentation of the previous line.
D. i (interrupt) temporarily suspends editing of a file to the background whereas a (abort) terminates editing.
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)
A. FIND
B. ID
C. LABEL
D. NAME
E. UUID
Which of the following commands displays the output of the foo command on the screen and also writes it to a file called /tmp/foodata?
A. foo | less /tmp/foodata
B. foo | cp /tmp/foodata
C. foo > /tmp/foodata
D. foo | tee /tmp/foodata
E. foo > stdout >> /tmp/foodata