nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

RHEL4 RHEL 5 update rc.d

This is a discussion on RHEL4 RHEL 5 update rc.d within the Getting started tutorials forums, part of the Linux Getting Started category; You can update rc.d scripts with ntsysv command, which is a simple interface for configuring runlevels (rc.d script under redhat ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 08-11-2007, 12:42 AM
Member
User
 
Join Date: Feb 2005
Posts: 66
Rep Power: 0
chiku
Default RHEL4 RHEL 5 update rc.d

You can update rc.d scripts with ntsysv command, which is a simple interface for configuring runlevels (rc.d script under redhat enterprise Linux
Code:
ntsysv
Another option is chkconfig command.
Remove httpd:
Code:
chkconfig --del httpd
Add httpd:
Code:
chkconfig --add httpd
Turn off httpd
Code:
chkconfig httpd off
Turn on httpd
Code:
chkconfig httpd on
__________________
There's no place like 127.0.0.1
Reply With Quote
Sponsored Links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Update Password File amsreeku Linux software 2 03-02-2008 07:02 PM
Redhat rhel4 backup script using tar raj Linux software 1 08-02-2007 10:15 PM
Installation of RHEL4 WS using a boot floppy ricc Linux software 9 04-25-2006 10:08 AM
USB pen in Rescue mode in RHEL4 Rustem Linux software 1 12-20-2005 01:31 AM
How to update DNS through DHCP automatically sonaikar Shell scripting 1 03-16-2005 06:42 PM


All times are GMT +5.5. The time now is 05:09 PM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36