Here are some of the commands to kill the process
pkill swiftfox
$ pgrep -l swiftfox
7206 swiftfox
7213 swiftfox-bin
This is my favourite. This kills all processes by the name chrome and it is case insensitive
killall -i chrome
$ pgrep -l swiftfox
7206 swiftfox
7213 swiftfox-bin
This is my favourite. This kills all processes by the name chrome and it is case insensitive
killall -i chrome
0 comments:
Post a Comment