最新的Lpi Linux Essentials Certificate Exam - version 1.6 - 010-160免費考試真題
Which of the following is a requirement of the GPL license but not the BSD license?
正確答案: A
Which of the following commands creates an archive file work.tarfrom the contents of the directory ./work/?
正確答案: D
In a shell script, which construct is used for a conditional loop that repeats while a condition is true?
正確答案: A
Which license best describes the GPL's core philosophy?
正確答案: D
What is the output of the following command?
for token in a b c; do
echo -n ${token};
done
for token in a b c; do
echo -n ${token};
done
正確答案: E
What does the command `grep -i "error" logfile.txt` do?
正確答案: D