marnell21
9/3/2015 - 2:15 PM

Search for PID in putty (when you can't find it using topas) From http://unix.stackexchange.com/questions/131968/how-can-i-find-the-process

ps -u "your_login" | grep "sleep" | awk '{print $1}'