Which of the following commands will provide locale-specific information about a system and its environment?
A. loconfig
B. getlocale
C. locale
D. tzconfig
E. tzselect
All of the following information is provided in any output from the netstat utility EXCEPT:
A. broadcast services
B. interface statistics
C. masquerading connections
D. network connections
E. routing tables
Which of the following commands allows an administrator to make a shell variable visible to subshells?
A. export $VARIABLE
B. export VARIABLE
C. set $VARIABLE
D. set VARIABLE
E. env VARIABLE
Which of the following words is used to restrict the records that are returned from a SELECT query based on supplied criteria for the values in the records?
A. LIMIT
B. FROM
C. WHERE
D. IF
Which of the following outputs will the command seq 10 produce?
A. A continuous stream of numbers increasing in increments of 10 until stopped.
B. The numbers 1 through 10 with one number per line.
C. The numbers 0 though 9 with one number per line.
D. The number 10 to standard output.
Which of the following is the purpose of the Sticky Keys feature in X?
A. To assist users who have difficulty holding down multiple keys at once
B. To prevent repeated input of a single character if the key is held down
C. To ignore brief keystrokes according to a specified time limit
D. To repeat the input of a single character
Which of the following commands should be used to print a listing of emails in the system's mail queue?
A. sendmail -l
B. lpq
C. mailq
D. mlq
An administrator is looking into a new script they received from a senior executive. In the very first line the administrator notices a #! followed by a file path. This indicates that:
A. the file at that location was used to make the script.
B. this script provides identical functionality as the file at that location.
C. this script will self-extract into a file at that location.
D. the program at that location will be used to process the script.
An ISP has given an administrator an IP block for use. The block is 192.168.112.64/26. If the administrator uses the first usable IP for the router that is installed on the network, how many usable IPs are left? (Please enter the number and not a word)
An administrator decides to use xinetd instead of inetd. Now, the administrator needs to transfer information from /etc/inetd.conf to another file. What file must be created or edited? (Please specify the full path).