

To get an updating view of the processes, use the top command. You can provide a list of process IDs, separated by spaces. You are not restricted to one process ID.

Use the -p (select by process ID) option to achieve this: ps -p 3403 Once you have found the process ID for the process you’re interested in, you can use it with the ps command to list the details of that process.
