killing process in linux
using the top
process monitor program
top
then:
- type
L [process-name]
(L emacs
) to locate the process - type
k [process-id]
(k 13082
) to kill the process
Backlinks
linux
linux (GNU/linux) is a unix-like operating system, where:
- linux(linux-libre) kernel
is necessarily present, and:
- unix-like shell (bash,zsh,fish,sh)
- FOSS software/content (with GPL, APEX, MIT, CC)
are very likely to be present.