<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pedromussato.com/index.php?action=history&amp;feed=atom&amp;title=Executing_scripts_on_Linux_boot</id>
	<title>Executing scripts on Linux boot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pedromussato.com/index.php?action=history&amp;feed=atom&amp;title=Executing_scripts_on_Linux_boot"/>
	<link rel="alternate" type="text/html" href="https://wiki.pedromussato.com/index.php?title=Executing_scripts_on_Linux_boot&amp;action=history"/>
	<updated>2026-04-10T17:09:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.pedromussato.com/index.php?title=Executing_scripts_on_Linux_boot&amp;diff=13&amp;oldid=prev</id>
		<title>413vhcu1lq0463ob: Created page with &quot;To execute a command as soon as the Linux boot you can simply put it on the /etc/rc.local file.  Usually this file doesn&#039;t exists by default so you can create the file and grant execution privileges to it like:   ls -l /etc/rc.local || touch /etc/rc.local ; chmod +x /etc/rc.local First check if the file exists, if exists ok, nothing to do here, if not we&#039;re creating the file after all adding the execution permission.   IMPORTANT  Always remember to put the bang at the be...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.pedromussato.com/index.php?title=Executing_scripts_on_Linux_boot&amp;diff=13&amp;oldid=prev"/>
		<updated>2024-10-06T22:29:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To execute a command as soon as the Linux boot you can simply put it on the /etc/rc.local file.  Usually this file doesn&amp;#039;t exists by default so you can create the file and grant execution privileges to it like:   ls -l /etc/rc.local || touch /etc/rc.local ; chmod +x /etc/rc.local First check if the file exists, if exists ok, nothing to do here, if not we&amp;#039;re creating the file after all adding the execution permission.   IMPORTANT  Always remember to put the bang at the be...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To execute a command as soon as the Linux boot you can simply put it on the /etc/rc.local file.&lt;br /&gt;
&lt;br /&gt;
Usually this file doesn&amp;#039;t exists by default so you can create the file and grant execution privileges to it like: &lt;br /&gt;
 ls -l /etc/rc.local || touch /etc/rc.local ; chmod +x /etc/rc.local&lt;br /&gt;
First check if the file exists, if exists ok, nothing to do here, if not we&amp;#039;re creating the file after all adding the execution permission.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT&lt;br /&gt;
&lt;br /&gt;
Always remember to put the bang at the beggining of the file, like:&lt;br /&gt;
 #!/bin/bash&lt;/div&gt;</summary>
		<author><name>413vhcu1lq0463ob</name></author>
	</entry>
</feed>