⟩ How owns the Kernel Object?
Kernel objects are owned by the kernel, not by a process
Kernel objects are owned by the kernel, not by a process
'kill %s' command will a) terminate the job whose command line starts with s b) terminate the last job c) terminate the first job d) none of the mentioned
'stty tostop' command will a) stop all jobs running in the shell b) stop background jobs if they try to send output to the terminal c) this is not a valid command d) none of the mentioned
Which command terminates a running process by name of the process? a) kill b) pkill c) killall d) none of the mentioned
Which command prints the accumulated user and system times for processes run from the shell? a) time b) times c) both (a) and (b) d) none of the mentioned
Which command wait for the specified process to complete and return the exit status? a) sleep b) wait c) delay d) stop
Which command identifies the resource of a command? a) type b) typeset c) select d) source
The command 'ulimit' a) set a limit on specified resource for system users b) set/show process resource limit c) both (a) and (b) d) none of the mentioned
Which command puts a script to sleep untill a signal is recieved? a) sleep b) suspend c) disown d) break
Which command removes a directory from directory stack? a) dirs b) popd c) pushd d) rm
Which option of the kill command sends the given signal name to the specified process? a) -l b) -n c) -s d) -a