Search Results

Search: Posts Made By: vivek_naragund
34,408
Posted By ygemici
# ps aux | grep vi | grep -v grep root ...
# ps aux | grep vi | grep -v grep
root 1693 0.0 0.0 74476 1324 pts/1 T 10:33 0:00 vi test
root 1694 0.0 0.0 74344 1312 pts/0 T 10:33 0:00 vi tes

# for i in $(ps...
34,408
Posted By thegeek
When you grep a list of process through a...
When you grep a list of process through a pattern, you can use the same to kill those process.

Experimentation:

$ ps ax | grep rv_
3382 pts/1 T 0:00 /bin/sh ./rv_server
3414 pts/1 ...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy