auditd
This responds to requests from the audit utility and notifications from the kernel. It should not be invoked manually. More information: <https://manned.org/auditd>.
Install
- All systems
-
curl cmd.cat/auditd.sh
- Debian
-
apt-get install auditd
- Ubuntu
-
apt-get install auditd
- Arch Linux
-
pacman -S auditd
- Kali Linux
-
apt-get install auditd
- CentOS
-
yum install auditd
- Fedora
-
dnf install auditd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install auditd
- Raspbian
-
apt-get install auditd
- Dockerfile
- dockerfile.run/auditd
This responds to requests from the audit utility and notifications from the kernel. It should not be invoked manually. More information: <https://manned.org/auditd>.
-
Start the daemon:
auditd
-
Start the daemon in debug mode:
auditd -d
-
Start the daemon on-demand from launchd:
auditd -l
© tl;dr; authors and contributors