Getting the list of running user process in QNX

teon picture teon · May 13, 2013 · Viewed 8.7k times · Source

I am running some daemon user processes as well as some Xlet GUI apps in a QNX operating system.I connect to the QNX console using TeraTerm.I need to get the list of running user apps/process inorder to see which user apps are already running in the system. I would be needing processID , memory & appname.

I came across the pidin command,but it list out all the process.Anyways to filter out user process and their app names ?

Answer

Rich Elswick picture Rich Elswick · Jun 20, 2013

You can try pidin a.

pidin a | grep 'name of your process you are looking for'