Chinaunix首页 | 论坛 | 博客
  • 博客访问: 714693
  • 博文数量: 147
  • 博客积分: 6010
  • 博客等级: 准将
  • 技术积分: 1725
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-22 10:36
文章分类

全部博文(147)

文章存档

2011年(1)

2010年(1)

2009年(35)

2008年(110)

我的朋友

分类: LINUX

2008-10-26 00:56:09

服务端口信息:/etc/service文件中

设置开机后立即启动服务:
1.setup
   tab键,空格键选择某项服务
2.chkconfig
--list:列出当前各项服务的状态
--add:给chkconfig增加一个服务名称,该service_name
必须在/etc/init.d下面
--del:删除chkconfig管理的一个服务
--level: 设置某个服务在该level下启动(on)或关闭(off)
eg:让std在5运行等级下启动
 chkconfig --level 5 atd on
将自己建立的服务加入chkconfig管理中
vim /etc/init.d/myvbird
chkconfig --add myvbird
chkconfig --list myvbird
删除myvbird
chkconfig --del myvbird






阅读(712) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~