The script, script.sh, consists of the following lines:
#!/bin/bash
echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
A. test1 test2
B. test2 test1
C. script.sh test2
D. script.sh test1
E. test1 script.sh
Which of the following commands will output all of the lines with the name Fred in upper or lower case but not the word red from the file data_file?(Choose two)
A. grep -v fred data_file
B. grep '[f]red' data_file
C. egrep fred data_file
D. grep '[Ff]red' data_file
E. grep -i fred data_file
What command would you use to get comprehensive documentation about any command in Linux?
A. help command
B. echo command
C. locate command
D. man command
E. get command
Which command lists all files in the current directory that start with a capital letter?
A. ls [A-Z]*
B. ls A-Z
C. ls A-Z*
D. ls --uppercasefiles
E. list-uppercase-files
While deleting all files beginning with the letter a there was still the file Access.txt left. Assuming that it had the correct ownership, why was it not deleted?
A. Files with extensions need a different treatment.
B. rm had to be called with the option -R to delete all files.
C. The file Access.txt was probably opened by another application.
D. The file Access.txt was hidden.
E. Linux file names are case sensitive.
Which command is used to make a shell variable known to subsequently executed programs?
A. export
B. announce
C. env
D. transfer
E. mv
Which of the following is an example of globbing?
A. ls /etc/ 2> files.txt
B. ls /etc/ > files.txt
C. ls /etc/*.txt
D. ls /etc/ | more
Which command shows all of the directories that the shell searches for programs?
A. less $PWD
B. echo $PATH
C. more $ALL_PATH
D. get $PATH
E. cat $PATH
Which of the following programs is used to search for files in a file system?
A. locate
B. showfiles
C. flocate
D. search
E. findfiles
Which of the following commands will display a list all files in the current directory including the hidden files?
A. ls -a
B. ls --hidden
C. ls -h D. ls--a
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.