Use the warnquota command of linux to send mail to users who exceed the quota
I would like to share with you the use of linux's warnquota command to send emails to users who exceed the quota. I hope you will gain a lot after reading this article. Let's discuss it together.
The purpose of the warnquota command is to send a warning message to users who exceed the disk limit, and the contents of the message are set in the / etc/warnquota.conf file.
The warnquota command requires the support of the installation package quota-warnquota to be used.
Syntax format: warnquota [parameters]
Common parameters:
Reference example
Use the configuration file to send a disk quota warning email:
[root@linuxcool] # warnquota-c / etc/warnquota.conf
Send email in a more understandable unit:
[root@linuxcool] # warnquota-s
Send a disk quota warning email using a quota file in a specific format:
[root@linuxcool] # warnquota-F / etc/warning.conf has finished reading this article. I believe you have some understanding of using linux's warnquota command to send email to users who exceed the quota. Want to know more about it. Welcome to follow the industry information channel. Thank you for reading!