Hi All, I am trying to kill all processes that belong to a user but my command fail, checkout my command and see what is wrong. # ps -e | grep foo | grep -v grep | awk '{print $1}' xargs kill -9 Wally _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com