Bash-ps-examples
Jump to navigation
Jump to search
Generic Page of PS options
threads from process
See the threads for a given process
ps aux |grep processName ps -fly -T -p PID
See the threads for a given process
ps aux |grep processName ps -fly -T -p PID