View Single Post
  #12 (permalink)  
Old 04-19-2006, 12:13 AM
manjunath manjunath is offline
Member
 
Posts: 13
Unhappy

thanks,

i have done like this:

[root@zimpro ~]# ps ax | grep zimbra
3128 pts/1 R+ 0:00 grep zimbra
[root@zimpro ~]# man kill
[root@zimpro ~]# kill 3128
bash: kill: (3128) - No such process
[root@zimpro ~]#

i thought that 3128 is a pid and kill requires a pid i provided will it, but it is giving error as abvoe, then where is the wrong in this?
Reply With Quote