program flow - list of all executions in Linux -
is possible find out programs getting executed in linux. there many scripts , other executables getting launched , killed during life time of system , list of these (or print while execuction start). looking understand program flow in embedded board.
there's kernel interface notify client program of every fork, exec, , exit. see answer: https://stackoverflow.com/a/8255487/5844347
Comments
Post a Comment