<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>猫言猫语 &#187; cron</title>
	<atom:link href="http://imcat.in/tag/cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://imcat.in</link>
	<description>人的头脑太复杂,时间过得久,有时候连自己也被自己骗了,记下来才是最真实的……</description>
	<lastBuildDate>Sun, 06 May 2012 05:40:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>让crontab不再发出告警邮件</title>
		<link>http://imcat.in/let-crontab-not-to-issue-any-warning-messages/</link>
		<comments>http://imcat.in/let-crontab-not-to-issue-any-warning-messages/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:40:23 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://imcat.in/%e8%ae%a9crontab%e4%b8%8d%e5%86%8d%e5%8f%91%e5%87%ba%e5%91%8a%e8%ad%a6%e9%82%ae%e4%bb%b6/</guid>
		<description><![CDATA[一直用自动备份mysql数据库并发送到Email , 但cron程序默认设置是,每执行一次命令就会给本地用户发送一次邮件，这个是很烦人的!!!!所以我要禁掉它，解决方法有如下一些： 1.将执行命令的信息重定向到 cron_command &#62;/dev/null 2&#62;&#38;1 2.将执行命令的信息重定向到 cron_command &#38;&#62;/dev/null 3.在crontab设置文件中指定发送到得邮件 MAILTO="" cron_command 暧味日志Linux命令tar压缩排除指定目录的方法 (0)iptables限制同一IP连接数 (4)Linux下替换文件名中的空格 (0)linux修改ssh端口和禁止root远程登陆设置 (5)使用WinSCP连接到Linux (4)]]></description>
			<content:encoded><![CDATA[<p>一直用<a title="Permanent Link to 自动备份mysql数据库并发送到Email" rel="bookmark" href="http://imcat.in/backup-mysql-databases-automatically-sent-to-email/">自动备份mysql数据库并发送到Email</a> , 但cron程序默认设置是,每执行一次命令就会给本地用户发送一次邮件，这个是很烦人的!!!!所以我要禁掉它，解决方法有如下一些：</p>
<blockquote><p>1.将执行命令的信息重定向到<br />
cron_command &gt;/dev/null 2&gt;&amp;1</p>
<p>2.将执行命令的信息重定向到<br />
cron_command &amp;&gt;/dev/null</p>
<p>3.在crontab设置文件中指定发送到得邮件<br />
MAILTO=""<br />
cron_command</p></blockquote>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/linux-tar-exclude/" title="Linux命令tar压缩排除指定目录的方法">Linux命令tar压缩排除指定目录的方法</a> (0)</li><li><a href="http://imcat.in/iptables-limit-number-connections-same-ip/" title="iptables限制同一IP连接数">iptables限制同一IP连接数</a> (4)</li><li><a href="http://imcat.in/linux-replace-the-file-name-space/" title="Linux下替换文件名中的空格">Linux下替换文件名中的空格</a> (0)</li><li><a href="http://imcat.in/linux-change-root-ssh-remote-login-port-and-set-against/" title="linux修改ssh端口和禁止root远程登陆设置">linux修改ssh端口和禁止root远程登陆设置</a> (5)</li><li><a href="http://imcat.in/use-winscp-connect-linux/" title="使用WinSCP连接到Linux">使用WinSCP连接到Linux</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/let-crontab-not-to-issue-any-warning-messages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

