log execution of certain commands on linux
- by jlsksr
I have to maintain a system (debian) on which several users are allowed to install programs - so I would like to log, for example, if anyone executes "apt-get install" or "apt-get purge", so I can keep track of manually installed packages..
I'm looking for a general way to achieve this; it's not just APT, but several programs/scripts etc.
Any…