<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fmakewhatis</id>
	<title>Comandos de la terminal/makewhatis - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fmakewhatis"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/makewhatis&amp;action=history"/>
	<updated>2026-05-12T14:20:20Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/makewhatis&amp;diff=5237&amp;oldid=prev</id>
		<title>Rrc: Página creada con &#039;__NOTOC__ *  makewhatis  == makewhatis ==  &lt;syntaxhighlight lang=&quot;bash&quot;&gt;  [rrc@Llawyr ~]$ man makewhatis  ls -al /etc/cron.daily/makewhatis.cron  -rwxr-xr-x 1 ...&#039;</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/makewhatis&amp;diff=5237&amp;oldid=prev"/>
		<updated>2014-02-18T19:32:38Z</updated>

		<summary type="html">&lt;p&gt;Página creada con &amp;#039;__NOTOC__ * &lt;a href=&quot;#makewhatis&quot;&gt; makewhatis&lt;/a&gt;  == makewhatis ==  &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;  [rrc@Llawyr ~]$ man makewhatis  ls -al /etc/cron.daily/makewhatis.cron  -rwxr-xr-x 1 ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#makewhatis | makewhatis]]&lt;br /&gt;
&lt;br /&gt;
== makewhatis ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ man makewhatis&lt;br /&gt;
&lt;br /&gt;
ls -al /etc/cron.daily/makewhatis.cron &lt;br /&gt;
-rwxr-xr-x 1 root root 410 Oct 18 00:34 /etc/cron.daily/makewhatis.cron*&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ cat /etc/cron.daily/makewhatis.cron &lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
LOCKFILE=/var/lock/makewhatis.lock&lt;br /&gt;
&lt;br /&gt;
# the lockfile is not meant to be perfect, it&amp;#039;s just in case the&lt;br /&gt;
# two makewhatis cron scripts get run close to each other to keep&lt;br /&gt;
# them from stepping on each other&amp;#039;s toes.  The worst that will&lt;br /&gt;
# happen is that they will temporarily corrupt the database...&lt;br /&gt;
[ -f $LOCKFILE ] &amp;amp;&amp;amp; exit 0&lt;br /&gt;
trap &amp;quot;rm -f $LOCKFILE&amp;quot; EXIT&lt;br /&gt;
touch $LOCKFILE&lt;br /&gt;
LANG=&amp;quot;&amp;quot; makewhatis -u -w&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>