LPI 102-500 - LPIC-1 Exam 102, Part 2 of 2, version 5.0
What output will the following command produce?
seq 1 5 20
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
Which of the following configuration files should be modified to set default shell variables for all users?
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
You are looking into a new script you received from your senior administrator. In the very first line you notice a #! followed by a file path. This indicates that:
What benefit does an alias in bash provide?
Which command makes the shell variable named VARIABLE visible to subshells?
Which of the following commands lists all defined variables and functions within Bash?
What is the purpose of the file /etc/profile?