How to kill all running applications using terminal command.
we usually kill by command top and got the code of the application.
koti86 0 Newbie Poster
Recommended Answers
Jump to Postps aux - to show list of running processes
ps aux | grep jetty - get list of all processes containing jetty and colour highlight them
kill 12345 - terminate/kill process with given ID
Jump to PostHello,
Follow peter_budo not searchec. searchec having you regenerate the GPG key makes no sense however the ps aux is correct and killall is good for killing a specific application (example: killall html ).
All 5 Replies
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
searchec -2 Newbie Poster
rch1231 169 Posting Shark
pogson 4 Light Poster
jino -1 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.