[CentOS] freenx

Mon Jan 23 23:34:15 UTC 2006
Craig White <craigwhite at azapple.com>

On Tue, 2006-01-24 at 00:27 +0100, Deim Ágoston wrote:
> why don't you try strace? It's able to examine running applications too.
> Try strace -p freenxpid -f -t -o /tmp/logfile
----
awesome idea...how do you figure out the pid when...

# ps aux|grep nx
root     15218  0.0  0.1  4600  664 pts/5    S+   16:32   0:00 grep nx

doesn't show a process id?

Craig