I can kill processes ??

From: Khamassi, Ali <KhamassiA_at_logica.com>
Date: Fri, 17 Nov 2000 14:21:56 -0000

Hi,
 
There are 2 processes and I can kill them :
%ps x
  PID TTY S TIME CMD
 15946 ?? ?W 0:00.00 <exiting>
 28279 ?? ?W 0:00.00 <exiting>
 
%kill 15946
%
%ps x
PID TTY S TIME CMD
 15946 ?? ?W 0:00.00 <exiting>
 28279 ?? ?W 0:00.00 <exiting>
%kil -9 15946
% ps x
PID TTY S TIME CMD
 15946 ?? ?W 0:00.00 <exiting>
 28279 ?? ?W 0:00.00 <exiting>
 
always the same result I can't kill them; what can I do ?
 
 
Cheers.
Ali.
Received on Fri Nov 17 2000 - 14:22:59 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT