LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What does echo alias "char-major-10-224 off" >> /etc/modules.conf do? (https://www.linuxquestions.org/questions/linux-software-2/what-does-echo-alias-char-major-10-224-off-etc-modules-conf-do-384487/)

abefroman 11-18-2005 06:58 PM

What does echo alias "char-major-10-224 off" >> /etc/modules.conf do?
 
What does this command do and what exactly does it mean?
echo alias "char-major-10-224 off" >> /etc/modules.conf

I got it from the instructions:
rpm -ev laus
echo alias "char-major-10-224 off" >> /etc/modules.conf
service crond stop
rmmod audit
service crond start
rm -Rfv /var/log/audit.d

bigrigdriver 11-18-2005 08:24 PM

Have you looked into /etc/modules.conf?

An alias is another name for something/someone.

char-major-10-224 is an alias for off.

joec@home 09-16-2009 10:10 PM

Quote:

Originally Posted by abefroman (Post 1958528)
What does this command do and what exactly does it mean?
echo alias "char-major-10-224 off" >> /etc/modules.conf

I got it from the instructions:
rpm -ev laus
echo alias "char-major-10-224 off" >> /etc/modules.conf
service crond stop
rmmod audit
service crond start
rm -Rfv /var/log/audit.d

This was a hotfix for cPanel on RedHat Enterprise 3 that helped prevent the auditd service from crashing the server. It is still used from time to time if no other fix is available and auditd is suspect of causing problems.


All times are GMT -5. The time now is 09:35 PM.