1.首先是写
service脚本service脚本需要进入到目录/etc/init.d中,然后touch memcached,最后vim
memcached后进行脚本编写,脚本如下:#!/bin/bash#chkconfig:345 60 60#description:auto_runexport
...
分类:
系统相关 时间:
2014-05-17 00:52:40
阅读次数:
357
Step1:关闭防火墙 service iptables stop[status] service
iptables status chkconfig --list |grep iptables chkconfig iptables offStep2:修改IP
(重启网卡:se...
分类:
其他好文 时间:
2014-05-16 21:22:50
阅读次数:
318
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:
系统相关 时间:
2014-05-13 04:26:32
阅读次数:
469
环境:centos5.932位1.使用yum命令直接安装:yum-yinstallvsftpd然后为它创建日志文件:touch/var/log/vsftpd.log2.启动与配置自启动使用chkconfig--list来查看vsftpd服务启动项情况;如果看到的是如下显示的结果:vsftpd0:off1:off2:off3:off4:off5:off6:off服务全部都是off的..
分类:
其他好文 时间:
2014-05-13 01:45:24
阅读次数:
433
说明: 开机启动使用的命令式chkconfig 、防火墙相关的命令式iptables
1、chkconfig 2、iptables 1、chkconfig 参数: --add 新增所指定的系统服务 --del 删除所指定的系统服务 --level
指定该系统服务要在哪个执行等级中开启或关闭 ...
分类:
其他好文 时间:
2014-05-08 10:16:04
阅读次数:
368
1、安装centos6.4
x86,选择的是Desktop模式2、配置centos a关闭NetwrokManager(chkconfig NetworkManager
off) b开机启动network服务(chkconfig network on) c配置/etc/sysconfig/netwo...
分类:
系统相关 时间:
2014-05-07 10:48:55
阅读次数:
409
1、安装vsftp yum install vsftpd2、配置vsftp 配置文件在
/etc/vsftpd/vsftpd.conf,建议把匿名登录关闭 anonymous_enable=NO3、设置vsftp为开机启动 chkconfig
vsftpd on 通过chkconfig –list可...
分类:
其他好文 时间:
2014-04-30 04:35:59
阅读次数:
506
chkconfigchkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig
[--add][--del][--list][系统服务] 或 chkconfig [--lev...
分类:
其他好文 时间:
2014-04-29 09:48:47
阅读次数:
322