If you want to know when process started in Linux then you can run simple command:
ls -l /proc | grep 12345
*where PID 12345
If you want to know when process started in Linux then you can run simple command:
ls -l /proc | grep 12345
*where PID 12345