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

[MiNT] killing processes



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


Peter