$ps -eaf will give u the PROCESS NO. of all the processes currently running.
now  $kill -9 PROCESS NO. will do the needfull.
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 3:32 PM
To: multiple recipients of
Subject: [ilugd]: KILL A PROCESS IN LINUX

Hi,
 
I am using linux RH 7.3. Is there anybody who can tell me how I can kill a process while working as a login user. Let me explain you in detail :
 
Let us assum I issued the following command after logging as user :
 
find / -name myfile -print
 
I want to kill this process in between. In my SCO Unix, if I press del key, the process is killed. But in linux, del key does not function to meet this task. Please let me know the key combination in accomplishing this task and oblige.
 
Best Regards,
Malkiat
 
 

Reply via email to