Cool i got it now, I would be better to rename to files, just in case one stuffs up.
but yet again removing the links would be better, thinking all it does it rename and not fix the prolbem. Der on me!
starting a service like so
[root@www root]# cd /sbin
[root@www sbin]# service
Usage: service < option > | --status-all | [ service_name [ command | --full-res
tart ] ]
[root@www sbin]# service vsftpd start
Starting vsftpd for vsftpd: [ OK ]
[root@www sbin]#
is the a way to start on reboot instead of restarting them all again on reboot.
I know that one can edit the rc.d.local file by using vi /etc/rc.d/rc.local
by adding in
/etc/rc.d/init.d/httpd start
just wondering if this can be done from the command line
tommytomato