Question 36
Which of the following commands should be executed when starting a login shell in order to change the language of messages for an internationalized program to Portuguese (pt)?
Question 37
Of the ways listed, which is the best way to temporarily suspend a single user's ability to interactively login?
Question 38
On a system running the KDE Display Manager, when is the /etc/kde4/kdm/Xreset script automatically executed?
Question 39
Which of the following is a valid IPv6 address?
Question 40
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
____ i in *.txt; do
echo $i
done