United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
Release found : Red Hat Enterprise Linux 3 And 4
laus/auditd service can be disabled on a Red Hat Enterprise Linux 3 system by the following procedure:
service crond stop
For Red Hat Enterprise Linux 4: # service auditd stop For Red Hat Enterprise Linux 3: # service audit stop # service atd stop
alias char-major-10-224 off
rmmod audit
chkconfig auditd off
On Red Hat Enterprise Linux 4 only step 4 is not required, the rest of the process is the same.
To confirm that the service has been disabled run the following command:
chkconfig --list auditdIt will give result similar to :
#chkconfig --list auditd auditd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
which means that the auditd service is disabled.