How to Monitor Linux Users Activity with psacct or acct Tools
psacct or acct both are open source utilities for monitoring users’ activities on the Linux system. These utilities run in the background and keep track of each user’s activity on your system as well as what resources are being consumed.
The post How t…