LPI 102-400 - LPI Level 1 Exam 102, Junior Level Linux Certification, Part 2 of 2
What is the difference between the commands test -e path and test -f path?
What output will the command seq 10 produce?
When the command echo $$ outputs 12942, what is the meaning of 12942?
By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)
What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.)
Which of the following is observed and corrected by a NTP client?
Which of the following parameters are used for journalctl to limit the time frame of the output? (Choose TWO correct answers.)
Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?