MultipleChoice
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