In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article shows you how to disable Crontab sending email, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.
A database server, there are a large number of Crontab scheduling.
After each run, an email is sent. Over time, I am afraid that a large number of e-mails will take up inode, resulting in inode exhaustion.
View the mail directory
/ var/spool/postfix/maildrop
Use df-I to view the usage of inode.
Stat can view the inode information of a file
Although the usage rate is less than 1%, crontab always sends emails to report results, which is always a boring thing.
You can disable a schedule to send mail
* job & > / dev/null
Or set mailto in the crontab script to disable all tasks from sending mail
Crontab-e
MAILTO= ""
* / home/test/unison.sh > > / home/test/unison-run.log 2 > & 1
Many file names contain special characters and are difficult to delete
You can also use inode to delete
Use ls-I to get the inode number of the file, and then delete
The above is how to disable Crontab sending email. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.