Categories
Categories
Autorun in Linux
To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local.
For example:
/root/./start.shThis script will be executed *after* all the other init scripts.
Was this answer helpful?
Also Read
NFS on Centos 6
How to install NFS on Centos 6 yum install nfs-utils nfs-utils-lib Set nfs to start...
Pptpd on Centos 6
How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...
Set hostname
Set host name on Centos: /etc/sysconfig/network HOSTNAME="mycomputer"...
Changing ssh port
How to change ssh port. Open the file /etc/ssh/sshd_config with your favourite text...
FTP
First of all make sure you have the ports 20-21 opened in your firewall. If not, you...