| Author |
Terminal QOD for 12-03-03
|
|
| Boulware5 2003-12-03, 1:01 am |
| This will be an easier question, so hopefully more than 1 person will attempt an answer.
With what command can you kill a process by not specifying the PID number?
a. kill
b. die
c. stop
d. killall
e. killprocess | |
| me? I dunno... 2003-12-03, 2:33 am |
| killall -i
ctrl+alt+del | |
| Polarity Bear 2003-12-04, 6:03 am |
| I guess you're looking for answer D.
killall terminates a process by name, kill ends it by specifying the PID (process ID) number. | |
| Boulware5 2003-12-05, 12:28 am |
| Answer is D. killall. ctrl-alt-del will reboot the box. | |
| me? I dunno... 2003-12-05, 12:59 am |
| quote: ctrl-alt-del will reboot the box.
killing the process.
just threw that in as its the only way I know at this point to shut to my freebsd box. |
|
|
|