dump-utmp
The GNU Accounting utilities for process and login accounting
Install
- All systems
-
curl cmd.cat/dump-utmp.sh
- Debian
-
apt-get install acct
- Ubuntu
-
apt-get install acct
- Alpine
-
apk add acct
- Kali Linux
-
apt-get install acct
- CentOS
-
yum install psacct
- Fedora
-
dnf install psacct
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acct
- Raspbian
-
apt-get install acct
- Dockerfile
- dockerfile.run/dump-utmp
- Docker
-
docker run cmd.cat/dump-utmp dump-utmp
powered by Commando
acct
The GNU Accounting utilities for process and login accounting
GNU Accounting Utilities is a set of utilities which reports and summarizes data about user connect times and process execution statistics. "Login accounting" provides summaries of system resource usage based on connect time, and "process accounting" provides summaries based on the commands executed on the system. The 'last' command is provided by the sysvinit package and not included here.