Quick how to for finding out the list of processes, including threads spawned by these processes
ps -eLf | grep USERNAME
Explanation of the options
- e : Select all processes
- L : Show threads
- f : Extra full format
Quick how to for finding out the list of processes, including threads spawned by these processes
ps -eLf | grep USERNAME
Explanation of the options
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress