echo "UID        PID  PPID  C STIME TTY          TIME CMD";
/bin/ps -Af | grep $1 | grep -v "grep $1"

