由买买提看人间百态

topics

全部话题 - 话题: chkconfig
(共0页)
S*A
发帖数: 7142
1
That is wrong, here is what I get:
$ chkconfig --list | grep ssh
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
In any case. If you don't have ssh and want to enable that:
sudo yum install -y openssh-server
sudo chkconfig sshd on
sudo service sshd start
That should do it.
p**i
发帖数: 688
2
来自主题: Linux版 - 为什么resolv.conf总被复原
查查 chkconfig --list | grep resolvconf
如果不需要它, 可以把它off了
看看cat /etc/resolvconf/resolv.conf.d/*都有啥
最后再没辙就man resolvconf

interfaces
your
a*******e
发帖数: 3021
3
来自主题: Linux版 - usb auto mount?
HAL indeed was installed already.
user was added by useradd, id=500, group=500.
(when I was using fedora 9, i followed the same routine, never had this
problem).
user has to be in usb/plugdev group doesn't make much sense to me, and i am
sure i never added user to usb/plugdev group. and in my /etc/passwd there is
no usb group.
It looks to me HALdaemon is running at level 5 (current level).
chkconfig --list
acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
atd 0:of
f**y
发帖数: 138
4
In the rpm spec file's %post section add:
chkconfig on
x**m
发帖数: 941
5
先看看有没有:
$ chkconfig --list |grep ssh
b*****e
发帖数: 762
6

敲了这个命令什么反应也没有,仅仅告诉我chkconfig的用法。
v*****r
发帖数: 1119
7
来自主题: Linux版 - cups start
# chkconfig cups on
x****g
发帖数: 6597
8
来自主题: Unix版 - Why I can not change my password?
SGI Indigo2, IRIX6.5
开始用root登录,但是无论如何都改变不了
root 的password,提示“password change
failed”后来不知道怎么又折腾成功了。
但是再登录root密码无效,其它普通用户密
码没变。
开机显示:
warning: "Internet Gateway Web server running as root"
use "chkconfig webface off" if you want to disable
但是我只有普通用户的权限,无法执行上述命令。
大侠救命!
x**y
发帖数: 10012
9
来自主题: Quant版 - 有没有被面过LINUX问题的?
lvm iptable chkconfig vim
(共0页)