• chkconfig_rh9.sh


    chkconfig_rh9.sh

    #chkconfig --list 显示。
    #chkconfig [service] off 关闭其中一个服务。
    #守候进程名字功能对照表。
    #amd:自动安装NFS(网络文件系统)守侯进程。
    #apmd:高级电源管理。
    #Arpwatch:记录日志并构建一个在LAN接口上看到的以太网地址和IP地址对数据库。
    #Autofs:自动安装管理进程automount,与NFS相关,依赖于NIS。
    #Bootparamd:引导参数服务器,为LAN上的无盘工作站提供引导所需的相关信息。
    #crond:Linux下的计划任务。
    #Dhcpd:启动一个DHCP(动态IP地址分配)服务器。
    #Gated:网关路由守候进程,使用动态的OSPF路由选择协议。
    #Httpd:WEB服务器。
    #Inetd:支持多种网络服务的核心守候程序。
    #Innd:Usenet新闻服务器。
    #Linuxconf:允许使用本地WEB服务器作为用户接口来配置机器。
    #Lpd:打印服务器。
    #Mars-nwe:mars-nwe文件和用于Novell的打印服务器。
    #Mcserv:Midnight命令文件服务器。
    #named:DNS服务器。
    #netfs:安装NFS、Samba和NetWare网络文件系统。
    #network:激活已配置网络接口的脚本程序。
    #nfs:打开NFS服务。
    #nscd:nscd(Name Switch Cache daemon)服务器,用于NIS一个支持服务,它高速缓存用户口令和组成成员关系。
    #portmap:RPC portmap管理器,与inetd类似,它管理基于RPC服务的连接。
    #postgresql:一种SQL数据库服务器。
    #routed:路由守候进程,使用动态RIP路由选择协议。
    #rstatd:一个为LAN上的其它机器收集和提供系统信息的守候程序。
    #ruserd:远程用户定位服务,这是一个基于RPC的服务,它提供关于当前记录到LAN上一个机器日志中的用户信息。
    #rwalld:激活rpc.rwall服务进程,这是一项基于RPC的服务,允许用户给每个注册到LAN机器的其他终端写消息。
    #rwhod:激活rwhod服务进程,它支持LAN的rwho和ruptime服务。
    #sendmail:邮件服务器sendmail。
    #smb:Samba文件共享/打印服务。
    #snmpd:本地简单网络管理候进程。
    #squid:激活代理服务器squid。
    #syslog:一个让系统引导时起动syslog和klogd系统日志守候进程的脚本。
    #xfs:X Window字型服务器,为本地和远程X服务器提供字型集。
    #xntpd:网络时间服务器。
    #ypbind:为NIS(网络信息系统)客户机激活ypbind服务进程。
    #yppasswdd:NIS口令服务器。
    #ypserv:NIS主服务器。
    #gpm:管鼠标的。
    #identd:AUTH服务,在提供用户信息方面与finger类似。


    chkconfig --levels 2345 amd off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off

    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off
    chkconfig --levels 2345 crond off

    +++++++++++++++++++++++++++++++++++++++++++++++++
    2321

    chkconfig --level 2345 FreeWnn off
    chkconfig --level 2345 apmd off
    chkconfig --level 2345 arptables_jf off
    chkconfig --level 2345 autofs off
    chkconfig --level 2345 canna off
    chkconfig --level 2345 cups off
    chkconfig --level 2345 hpoj off
    chkconfig --level 2345 ip6tables off
    chkconfig --level 2345 iptables off
    chkconfig --level 2345 isdn off
    chkconfig --level 2345 mdmonitor off
    chkconfig --level 2345 netfs off
    chkconfig --level 2345 network off
    chkconfig --level 2345 nfslock off
    chkconfig --level 2345 pcmcia off
    chkconfig --level 2345 rawdevices off
    chkconfig --level 2345 rhnsd off
    chkconfig --level 2345 xinetd off
    chkconfig --level 2345 sendmail off
    chkconfig --level 2345 sshd off




  • 相关阅读:
    MySQL 重要参数 innodb_flush_log_at_trx_commit 和 sync_binlog
    mysql物理日志和逻辑日志_mysql物理日志redo log和逻辑日志 binlog
    Navicat Premium for Mac 破解版
    qps是什么
    如何实现扫码登录功能?
    goland debug
    [Golang] 初探之 sync.Once
    go语言:sync.Once的用法
    Golang进程权限调度包runtime三大函数Gosched,Goexit,GOMaXPROCS
    Go unsafe 包之内存布局
  • 原文地址:https://www.cnblogs.com/ztguang/p/12647956.html
Copyright © 2020-2023  润新知