Sample Header Ad - 728x90

Delete / Kill a process which won't die

4 votes
1 answer
4111 views
I'm using Linux Ubuntu 20.04. I have a process with PID 21: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 21 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kdevtmpfs After running either of - sudo pkill -9 21 - sudo kill 21 the process is still visible in the outputs of top or ps aux. How can I kill it?
Asked by X3R0 (147 rep)
Jun 22, 2021, 07:49 AM
Last activity: Jun 23, 2021, 05:42 AM