If you want to see, what a process does, you can use:
$> strace -p PROCESSID
This will show you all actions of the process in realtime.
To get a process id you can use the ps-command.
If you want to see, what a process does, you can use:
$> strace -p PROCESSID
This will show you all actions of the process in realtime.
To get a process id you can use the ps-command.