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? |