<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rincewind</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rincewind"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Rincewind"/>
		<updated>2026-04-04T20:43:49Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1728:_Cron_Mail&amp;diff=126083</id>
		<title>1728: Cron Mail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1728:_Cron_Mail&amp;diff=126083"/>
				<updated>2016-09-02T13:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rincewind: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1728&lt;br /&gt;
| date      = September 2, 2016&lt;br /&gt;
| title     = Cron Mail&lt;br /&gt;
| image     = cron_mail.png&lt;br /&gt;
| titletext = Take THAT, piece of 1980s-era infrastructure I've inexplicably maintained on my systems for 15 years despite never really learning how it works.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|More detailed explanation off Cron (with wiki links). Why would it break because of Cueball's action and what is the &amp;quot;etc/&amp;quot;. Title text not explained at all.}}&lt;br /&gt;
On Unix-like systems, [https://en.wikipedia.org/wiki/Cron cron] is a background process which allows one to schedule jobs to run at well-defined time slots. &lt;br /&gt;
It is conceptually the same software which has been used since, at least, the 1980s and is still heavily used in modern operating systems, for example in several linux distributions. Many administrational tasks on servers can be automated with cron, like monitoring or updates. Most people administrating a server-like system with a UNIX-like operating system will therefore know it, at least the basis. &lt;br /&gt;
When one of these jobs produces output, that output is sent as an email to the user, using the /usr/bin/sendmail program. A common situation on many unix-like systems is that sendmail (or the program implementing that binary, like exim or postfix) is not configured to send email to the actual email address of the person behind the user account that configured the cron job. In that situation, the default is often to write the mail in question to /var/mail/username, in mbox format.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;/etc&amp;quot; directory is used for configuration files on UNIX-systems, therefore &amp;quot;/etc/crontab&amp;quot; is the main configuration file of cron.&lt;br /&gt;
&lt;br /&gt;
Most shells will check that file, and produce a message &amp;quot;You have new mail&amp;quot; when its timestamps have changed.&lt;br /&gt;
&lt;br /&gt;
[[Cueball]] is not aware of all of the above, and expresses surprise at the repeated messages. [[Ponytail]] tells him to check /var/mail/cueball, When he realizes what has happened, he configures the mail system so that it writes all mail for his user to the cron configuration, thereby probably breaking it and ensuring that the shell will stop producing &amp;quot;You have new mail&amp;quot; messages.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[Cueball is sitting at a table in an office chair working on his laptop. Ponytail walks up to him.]&lt;br /&gt;
:Cueball: I've been getting these &amp;quot;You have new mail&amp;quot; UNIX notifications for like 15 years, but I've never bothered to figure out what it's talking about.&lt;br /&gt;
&lt;br /&gt;
:[Ponytail has stopped behind Cueball who is typing on his laptop. When Ponytail (and later Cueball) mentions code, the text uses both small and capital letters (as opposed to only capital letters in all other text).]&lt;br /&gt;
:Ponytail: Look in /var/mail?&lt;br /&gt;
:Cueball: OK...&lt;br /&gt;
:Cueball: Oh, wow, there's like a gigabyte of stuff from Cron in here.&lt;br /&gt;
&lt;br /&gt;
:[In a frame-less panel Ponytail is facepalming. Cueball is replying from off-panel with a starburst indicating his position.]&lt;br /&gt;
:Ponytail: *Sigh*&lt;br /&gt;
:Ponytail: You should fix your Cron, then point &amp;quot;MAILTO=&amp;quot; somewhere you actually see-&lt;br /&gt;
:Cueball (off-panel): Better idea:&lt;br /&gt;
&lt;br /&gt;
:[Same setting as panel 2 but Cueball is visibly typing on the laptop as shown with three small curved lines over his hands on the keyboard.]&lt;br /&gt;
:Cueball: export MAILTO=/etc/crontab&lt;br /&gt;
:Cueball: There. Your move, Cron.&lt;br /&gt;
:Ponytail: Wow. Hardball.&lt;br /&gt;
:Cueball: Let's see how important it thinks that mail really is.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Computers]]&lt;/div&gt;</summary>
		<author><name>Rincewind</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1728:_Cron_Mail&amp;diff=126081</id>
		<title>Talk:1728: Cron Mail</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1728:_Cron_Mail&amp;diff=126081"/>
				<updated>2016-09-02T13:09:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rincewind: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I think the &amp;quot;MAILTO&amp;quot; variable in &amp;quot;/etc/crontab&amp;quot; is meant, so only only cron-mails would go to this address, not all mails for the user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Rincewind|Rincewind]] ([[User talk:Rincewind|talk]]) 13:09, 2 September 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>Rincewind</name></author>	</entry>

	</feed>