Killing commands Flashcards
(10 cards)
what does kill command do?
MURDERS PROCESSES
what does the -l argument do in kill?
show skill signals names and associated numbers
true or false the kill -STGQUIT 1199 is the same as kill -2 1199
FALSE it is the same as kill -3 1199
what happens if you do not say the kill signal when using the kill command?
uses the default kill signal SIGTERM
what does the pidof command do?
finds the PID of a process
what does pgrep do?
finds processes that mathc a regular expression
what does the lsof command do?
list files that a processes has open
what does the nohup command do?
makes a process imument to being kill
what does the KILL ALLLLLLLL command do?>
what kill all does is send the kill signal to process names
what does the pkill command do?
kill process by process name BITCH