How to Get Detailed Information About a Linux PID, Process ID
To get detailed information about a Linux PID you can use the strace command. If strace is not installed it can be installed via yum using the command below. Strace Install: bash yum install strace Below is a sample output from using the strace command on a Litespeed web server process.