MultipleChoice
Which option best is correct when talking about mount points?
OptionsFillInTheBlank
Which keyword must be listed in the hosts option of the Name Service Switch configuration file in order to make host lookups consult the /etc/hosts file?
MultipleChoice
What is the output of the following command?
echo "Hello World" | tr -d aieou
OptionsMultipleChoice
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
OptionsFillInTheBlank
What word is missing from the following SQL statement?
insert into tablename ________(909, 'text');
(Please specify the missing word using lower-case letters only.)
MultipleChoice
Which of the following commands kills the process with the PID 123 but allows the process to 'clean up' before exiting?
Options