Given a certain PID, is it possible to discover what command-line executed this process?
top
, atop
, ps
provide real time informations, I'm looking for something whereby I can look the past, because I've seen a process taking many resources of the machine, I've killed it, but now I want to know more about it
/proc
the "directory" for the PID usually has acmdline
or such "file" inside – vonbrand Nov 01 '15 at 00:21