Linux Kill How to terminate multiple processes of the same name once KILLALL

zhaozj2021-02-11  188

How to terminate multiple processes of the same name at a time

Skills administrator (2000-12-23 09:32) 〖Back〗〗 Forward〗

PS -AUX | GREP CSH assumption: root 1345 1345 ......... / bin / csh root 2434 2434 ......... / bin / csh root 3678 3678 ......... GREP CSH 2. Execute a kill command: kill 1345 2434 and if we use The FUSER command can be executed: fuser -k / bin / csh is also the same as the above work!

转载请注明原文地址:https://www.9cbs.com/read-3572.html

New Post(0)