Categories: TutorialsUbuntu

Monitor User Activity With acct Tool on Ubuntu 20.04

Introduction

acct is an open-source application that allows tracking user’s activities on the system. It works in the background and monitors all user activity on the system and the resources used. It is often used at companies and must work continuously on servers. It is very useful because it provides resources used by Apache, MySQL, FTP,…

Now we’re gonna introduce you to monitoring user activity with the acct tool on Ubuntu 20.04. Hope you understand.

Installing acct package

Run the apt command to install:

$ sudo apt install acct

Output:

Display user connection time statistics

The ac command will display from the current wtmp file:

$ ac

Output:

Display statistics of total login time day-wise

Run with -d option:

$ ac -d

Output:

Display total login time of each user

Run with -p option:

$ ac -p

Output:

Show personal user time

For example, I will statistic time of user “ubuntu”:

$ ac ubuntu

Output:

Show day-wise login time of specified user

For example, I will show of user “ubuntu”:

$ ac -d ubuntu

Output:

Conclusion

We just introduced you to how to monitor user activity with the acct tool on Ubuntu 20.04.

Thank you for reading!

Ubuntu Server Admin

Recent Posts

Meet the wildlife conservation AI 5G hotspot at MWC Barcelona 2026

From March 2-5 in Barcelona, Canonical will present a working wildlife conservation platform that combines…

18 hours ago

Canonical and Ubuntu RISC-V: a 2025 retro and looking forward to 2026

2025: From RISC-V enablement to real execution  2025 was the year that RISC-V readiness gave…

2 days ago

Unmasking the Resolute Raccoon

You’ve almost certainly seen them… In the forest, rummaging through a dumpster, in poorly aging…

2 days ago

Bad Voltage Season 1 Episode 43: Got The Om On

Jono Bacon, Stuart Langridge and myself present Bad Voltage, in which Bryan is sadly unavoidably…

4 days ago

2011 LinuxQuestions.org Members Choice Award Winners – Thoughts

The polls are closed and the official results are in. You can view the detailed…

4 days ago

Building quantum-safe telecom infrastructure for 5G and beyond

coRAN Labs and Canonical at MWC Barcelona 2026 At MWC Barcelona 2026, coRAN Labs and…

5 days ago