#!/bin/sh
# thx to http://rybicon.blogspot.com
ps -eo "%U %c %t"| grep apache2 | grep -v grep|grep root 
