linux - when a process is killed is this information recorded anywhere? -
Question:
- When a process is killed, this information is recorded anywhere (I.e.,
-
If your Linux The kernel is compiled with the Process Accounting option ( CONFIG_BSD_PROCESS_ACT
), then you accto Using the command n (8)
, the recording process can begin accounting information and the information entered to access Sa (8)
entered information includes 32 bit exit code Which contains the signal number.
(These items have not been widely known these days / but I still remember from the days of VAXes of 4.x BSD ..) < / P>
Comments
Post a Comment