I started a process with 'python2.4 start.py' and when I do ps -ef I can see the name of process as 'python2.4 start.py'.
How kill this process w/o knowing the process id? Must I write the pid to a file in /var/run to kill this later in a script? (I don't want to kill it with 'killall python2.4' cuz that might kill many other python related processes!) Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
