Portal Home > Knowledgebase > Server Administration > PID Details
PID Details
To get full details of a running process (PID) run this command via ssh:
lsof -p [pid number]
To get PID numbers / processes run
top
Add to Favourites
Print this Article