View command processes and threads


Command to view the process of
ps -eF | grep fire

View thread command
ps -eLF | grep fire

Parameter by value

Guess you like

Origin www.cnblogs.com/jack-hzm/p/11530364.html