autolog
Log out idle users
Install
- All systems
-
curl cmd.cat/autolog.sh
- Debian
-
apt-get install autolog
- Ubuntu
-
apt-get install autolog
- Kali Linux
-
apt-get install autolog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install autolog
- Raspbian
-
apt-get install autolog
- Dockerfile
- dockerfile.run/autolog
autolog
Log out idle users
The program reads the utmp file, entry by entry. The username for each 'user process' is compared to the entries in the configuration file. The first entry to match both the name, the group, and the tty line of the process will be used to conduct the automatic logout.