您的位置:首页 > 运维架构 > Shell

bash: chkconfig: command not found

2012-09-10 22:27 357 查看
[root@xuniji ~]# chkconfig

bash: chkconfig: command not found

[root@xuniji ~]# rpm -aq |grep chkconfig

chkconfig-1.3.30.1-2

[root@xuniji ~]# export PATH=/sbin:$PATH

[root@xuniji ~]# chkconfig

chkconfig version 1.3.30.1 - Copyright (C) 1997-2000 Red Hat,Inc.

This may be freely redistributed under the terms of the GNU PublicLicense.

usage: chkconfig --list[name]

chkconfig --add <name>

chkconfig --del <name>

chkconfig [--level <levels>]<name><on|off|reset|resetpriorities>

[root@xuniji ~]# echo $PATH

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/gtl/bin

[root@xuniji ~]# PATH="$PATH":/sbin

[root@xuniji ~]# echo $PATH

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/gtl/bin:/sbin

这样就可以使用chkconfig命令了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: