This is a discussion on Ubuntu Linux control startup services or scripts within the Shell scripting forums, part of the Development/Scripting category; Hi! I just want to know how do I control startup services or scripts under Ubuntu Linux? Fedora core has ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
chkconfig is fedora or Red hat linux only command. It will not work under Ubuntu Linux.
Under debian and Ubuntu Linux use update-rc.d command to install and remove System-V style init script links. Turn on or start service called mysql on boot Code:
sudo update-rc.d mysql defaults Code:
sudo update-rc.d mysql remove Code:
sudo update-rc.d -f mysql remove Code:
sysv-rc-conf rcconf http://blogs.cyberciti.biz/hm/index....s-or-services/ |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List Services Linux Running | raj | Getting started tutorials | 4 | 03-28-2008 04:55 PM |
| Interacting with a Linux Process through Scripts | manikandakumar | Shell scripting | 1 | 08-17-2007 07:49 PM |
| Enable or disable services in Debian Linux | raj | Linux software | 1 | 01-25-2007 04:00 AM |
| Which Linux network services pose a security threat? | chimu | Linux software | 2 | 07-20-2006 07:59 PM |
| Control Panel In Linux | vin6384 | Linux software | 2 | 02-10-2006 04:22 AM |