Kill the process [message #504184] |
Thu, 21 April 2011 16:29 |
lg123
Messages: 225 Registered: August 2008
|
Senior Member |
|
|
I ran a scp command to transfer a file from local server to a remote server. when I am trying to kill the process, its giving an error.
ksh: kill: 19258: No such process
If I do a ps -ef | grep scp its showing the process running, but if i try to kill it, its showing me error. What could be the solution for this problem?
|
|
|
|
|
|
|
|
|
Re: Kill the process [message #504191 is a reply to message #504190] |
Thu, 21 April 2011 18:17 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>ps -ef | grep scp
>oracle 3362 2177 0 19:10 pts/2 00:00:00 grep scp
CONGRATULATIONS! you found your own grep command!
You are tilting at windmills!
No problem exists that requires any action on your part.
|
|
|