Results 1 to 4 of 4
Hello
i have centos 5.3 final when using update-rc.d commnad it give me this error
sudo: update-rc.d: command not found
is there alternative command?...
- 10-28-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
[SOLVED] update-rc.d error
Hello
i have centos 5.3 final when using update-rc.d commnad it give me this error
sudo: update-rc.d: command not found
is there alternative command?
- 10-28-2009 #2
probably you have been using Debian or something very similar.
update-rc.d is the Debian utility to install and remove System-V style init script links.
RHEL and CentOS use chkconfig
for the same purpose.
you can find more details here, hopr this will help you:
update-rc.d like command on Redhat Enterprise / CentOS LinuxSorry, it was unintentional.
You should have told me at least once and i could have fix it.
thanks for reminding me.
- 10-29-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
when using chkconfig give me this message
chkconfig version 1.3.30.1 - Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public License.
usage: chkconfig --list [name]
chkconfig --add <name>
chkconfig --del <name>
chkconfig [--level <levels>] <name> <on|off|reset|resetpriorities>
.
and i using apt-get install in debian what alternative in centos?
- 10-29-2009 #4
PackageManagement/Yum - CentOS Wiki
It's displaying the help message because you either entered the command incorrectly or typed it without any arguments.when using chkconfig give me this message



