Subject: leaving old programs running (This message is being sent to all CPSC 360 students) I am definitely NOT a solaris sysadmin guru. But it does appear that it is possible to leave a program running for a considerable time on a solaris system possibly even after you log out. (Andrew are you still logged in from yesterday??) acad/cs360 ==> ps aux | grep asfowle westall 22182 0.0 0.1 1012 712 pts/3 S 22:24:14 0:00 grep asfowle asfowle 16578 0.0 0.1 1652 864 ? S Feb 05 0:00 ./udping -S Leaving one process running on jmw (where I possess the power to terminate,with extreme prejudice,any process) is not a big deal. But back at the start of class someone expressed the opinion that all of your processes were terminated when you log out. If this is not true (and I still don't know) it would be a big deal to have a broken program leave HUNDREDS of processes running after the user logged out!!! So lets be careful. Depending upon your shell/environment you may have to use ps -fed to dump the process table. Pipe it through grep to look for yourself or a program name: [22:36:38] westall@jmw:~/class/360/msgs [1] ps -fed | grep udping jcarter 22237 21799 0 22:29:41 pts/14 0:00 pico +65 udping.c westall 22306 22280 0 22:36:48 pts/3 0:00 grep udping westall 22152 1 0 22:19:52 pts/3 0:00 udping -p 33332 -S asfowle 16578 1 0 Feb 05 ? 0:00 ./udping -S