Question 61
What information is provided by the echo $$ command?
Question 62
Which of the following are requirements in order to run a shell script like a regular command from anywhere in the filesystem? (Choose THREE correct answers.)
Question 63
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
Question 64
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
Question 65
The ________ command is used to add a group to the system.