jakhan
IS-IT--Management
- Jul 22, 2000
- 75
hi
please provide me a command with which i can search and kill in One go
like , currently i have to do this
# ps -ae |grep httpd
then
# kill -9 1345
tell me how to do this in one line
thanks
Jahangir
please provide me a command with which i can search and kill in One go
like , currently i have to do this
# ps -ae |grep httpd
then
# kill -9 1345
tell me how to do this in one line
thanks
Jahangir