Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6752021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:59:45+00:00 2026-05-26T12:59:45+00:00

I have a multiple processes with a similar keyword. I have to kill all

  • 0

I have a multiple processes with a similar keyword. I have to kill all the process at one shot. Like

  ps -ef |grep raj
root      3129     1  0 15:32 ?        00:00:00 /usr/lib/raj/msisdn
root      3165     1  0 15:36 ?        00:00:00 /bin/sh /usr/lib/raj/raj-1.sh
root      3166  3165  0 15:36 ?        00:00:00 /usr/lib/raj/raj-2
root      3170  2236  1 15:36 pts/0    00:00:00 grep raj

I heard that this can be done using awk. One liner command to kill all the process is what I need 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T12:59:46+00:00Added an answer on May 26, 2026 at 12:59 pm

    What about:

    pgrep -f raj | xargs kill
    

    I’d recommend running

    pgrep -f raj | xargs ps
    

    first, to make sure you’re killing the right processes.

    EDIT: If you want to use awk, try:

    ps -ef | grep raj | awk '{print $2}' | xargs kill
    

    but it’s more verbose than pgrep and kill.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is the deal: I have a multiple process system (pre-fork model, similar to
I have multiple processes monitoring an MSMQ queue. I want to do multi-step operations
If have I have multiple processes accessing a registry value thousands of times per
Here's what I am working on. At my website I have multiple processes with
A single Biztalk Server can have multiple Host processes. Is it possible to create
I have a Django project in which multiple processes are accessing the backend mysql
I have an application where there are multiple processes. They share the reading and
We have a weblogic batch application which processes multiple requests from consumers at the
I am to process single PDFs that have each been created by 'merging' multiple
In the process of changing some code, I have spilt some functions into multiple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.