[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] killing processes



On 16.12.2010 17:18, Peter Slegg wrote:
Question:

Should the "kill" command accept a process name like "inetd"

bash-2.05a# ps -A ¦grep inet
102  000   0     0  Sleep    196608 00:00.06  inetd
bash-2.05a# kill inetd
bash: kill: inetd: no such pid

No, there is killall for that.

Adam Klobukowski