0

How to find and kill process in single command

hello mate..,

to find and kill the running process means as usual we use commands like kill, netstat, ps etc.., my question i need to find and kill running process in single command... it is possible....?

niklaus
asked Sep 8, 2017
1 Answer
0

yeah.., it is possible by using fuser command... try running below fuser command for your solution.. for example am going kill apache service...

fuser -i -k 80/tcp

I --> Ask the user for confirmation before killing a process...

k --> Kill processes accessing the file...

View More
arunkumarak
answered Sep 9, 2017
Your Answer
||||
 
100:0

Related Tutorials in How to find and kill process in single command

Related Tutorials in How to find and kill process in single command

Related Forums in How to find and kill process in single command

Related Forums in How to find and kill process in single command