|
kill command...
Hi Guys,
I'm having some trouble figure out what Linux is doing when I issue the kill command. When I type,
kill 'slave1'
I get the message- bash: kill: pico: no such pid
However, when I type,
/bin/kill 'slave1'
the process 'slave1' is in fact killed. Why is that? There is no alias for kill and the only kill program is /bin/kill.
Sonny.
|