Your senior administrator asked you to change the default background of his machine, which uses XDM. Which file would you edit to achieve this?
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
What is the purpose of a screen reader?
Which command can be used to investigate the properties for a particular window in X by clicking that window? (Specify ONLY the command without any path or parameters.)
What is the difference between the commands test -e path and test -f path?
Which of the following configuration files should be modified to set default shell variables for all users?
What benefit does an alias in bash provide?
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
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 words is used to restrict the records that are returned from a SELECT query based on a supplied criteria for the values in the records?