Autorun in Linux

To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local.

For example:

/root/./start.sh

This script will be executed *after* all the other init scripts.

Was this answer helpful?

 Print this Article

Also Read

Iptables

Iptables is a Linux based packet filtering firewall. It is a service (daemon)...

CSF

ConfigServer Security & Firewall (CSF) is a powerful iptables configuration tool....

FTP

 First of all make sure you have the ports 20-21 opened in your firewall. If not, you...

Epel Centos

Some packages are missing from the base repository. This guide shows how to install RHEL EPEL...

Security tips for Linux server

1. Use only  strong passwords for all accounts , especially for root. Always use a secure root...