sajad torkamani

Syntax:

lsof -c <command>

Example:

lsof -c node

This will show all processes spawned by the node command.

Tagged: Unix