On Jan 13, 9:53 pm, "Walt Crosby" <[email protected]> wrote: > Try "ps -aux|grep memcached" > > If you leave out the dash before the aux, it has no idea what you are asking > for.
That's a standard BSD invocation -- the only way I ever do it. When I ran Solaris (which has both), I had a shell script that would invoke a SYSV ps if I had a - and BSD if I didn't.
