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 ?
You can try pidin a
.
pidin a | grep 'name of your process you are looking for'