Exam Details

  • Exam Code
    :010-100
  • Exam Name
    :Entry Level Linux Essentials Certificate of Achievement
  • Certification
    :LPI Linux Essentials
  • Vendor
    :Lpi
  • Total Questions
    :80 Q&As
  • Last Updated
    :May 16, 2024

Lpi LPI Linux Essentials 010-100 Questions & Answers

  • Question 31:

    Which criteria are useful when deciding which operating system to use? (Select THREE answers)

    A. License costs.

    B. Ideological preferences of the system administrator.

    C. Linux can do everything, there is no need for further evaluation.

    D. Availability of mandatory applications and tools.

    E. Skills of the administrators and staff.

  • Question 32:

    Which command will display running process information in real time?

    A. top

    B. show current

    C. ps current

    D. process

  • Question 33:

    Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?

    A. tar /home backup.tar

    B. tar -cf /home backup.tar

    C. tar -xf /home backup.tar

    D. tar -xf backup.tar /home

    E. tar -cf backup.tar /home

  • Question 34:

    Which of the following commands will set the variable text to olaf is home?(Choose two)

    A. text=olaf\ is\ home

    B. text=$olaf is home

    C. $text='olaf is home'

    D. text=='olaf is home'

    E. text="olaf is home"

  • Question 35:

    Given a file called birthdays containing lines like: YYYY-MM-DD Name 1983-06-02 Tim 1995-12-17 Sue Whichcommand would you use to output the lines belonging to all people listed whose birthday is in May or June?

    A. grep '[56]' birthdays

    B. grep 05?6? birthdays

    C. grep '[0-9]*-0[56]-' birthdays

    D. grep 06 birthdays | grep 05

  • Question 36:

    What is the output of the following command sequence?

    for token in a b c; do

    echo -n "$token ";

    done

    A. anbncn

    B. a b c

    C. "a " "b " "c "

    D. token token token

    E. abc

  • Question 37:

    Which character starts a comment line in a shell script file?

    A. ;

    B. *

    C. #

    D. /

  • Question 38:

    Which command chain will count the number of regular files with the name of foo.txt within /home?

    A. ls -lR /home | grep foo.txt | wc -l

    B. find /home -type f -name foo.txt | wc -l

    C. find /home -name foo.txt -count

    D. find /home -name foo.txt | wc -l

    E. grep -R foo.txt /home | wc -l

  • Question 39:

    Which of the following command sequences overwrites the file foobar.txt?

    A. echo "QUIDQUIDAGIS" >> foobar.txt

    B. echo "QUIDQUIDAGIS" < foobar.txt

    C. echo "QUIDQUIDAGIS" > foobar.txt

    D. echo "QUIDQUIDAGIS" | foobar.txt

  • Question 40:

    Which of the following commands can be used to extract content from a tar file?

    A. tar -xvf

    B. tar -vf

    C. tar -e

    D. tar -c

    E. tar -v

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Lpi exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 010-100 exam preparations and Lpi certification application, do not hesitate to visit our Vcedump.com to find your solutions here.