Question 21
On a system using systemd-journald, which of the following commands add the message Howdy to the system log? (Choose two.)
Question 22
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
Question 23
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Question 24
Which file contains a set of services and hosts that will be allowed to connect to the server by going through a TCP Wrapper program such as tcpd? (Specify the full name of the file, including path.)
Question 25
In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true?
