Security

Steven Stern subscribed-lists at sterndata.com
Fri Sep 9 01:57:16 UTC 2005


Jonathan Carpenter wrote:
> I have been running Slackware for around 5 years, I decided to make the 
> jump to fedora. I am used to editing my init scripts in /etc/rc.d/ and 
> modifying my /etc/inetd in slackware and chmod -x all my scripts that 
> start un needed services on boot, with fedora I see that it is a bit 
> different then slackware. Are they any docs that anyone would recommend 
> or any howto's online that you can point me to? Any help would be 
> greatly appreciated.
>  
>           Thanks,
> 
> -- 
> Jonathan Carpenter
> 

In Fedora, you use chkconfig to turn on and off scripts.

man chkconfig

chkconfig --list  (list all scripts0
chkconfig --level 345 httpd on (enable apache in run levels 3,4,and 5)

-- 

   Steve




More information about the users mailing list