Module 9 Test: Linux installation and configuration
Jeremiah
Terms in this set (8)
Which of the following commands will send kill -9 1357
a process's resources to /dev/null to kill the
process for process ID 1357?
Which of the following commands will show crontab -l
the current user cron jobs that have been
created for the currently logged in user?
Which of the following states describe a zombie
process that is waiting for a parent process
to release its PID?
Which of the following commands can be lsof
used to see files that are currently being
used by a specific process ID (PID)?
Which of the following can be used nohup
preceding a command to prevent a process
from terminating when the parent process
terminates?
Which of the following characters, when r
pressed while the top program is running,
will allow you to change the niceness of a
process?
Which of the following is the highest value 19
that can be set for the nice value which
would result in a greater chance of a lower
priority?
A system administrator wants to allow most /etc/cron.deny
users to be able to run cron jobs, but wants
to specifically prevent a couple of users
from doing so. Which of the following files
could the administrator edit to disallow these
users from creating cron jobs?
1/1