设置 unbuntu 的系统服务

设置 unbuntu 的系统服务 可以用以下工具
NAME
       chkconfig - enable or disable system services

SYNOPSIS
       chkconfig -t|--terse [names]
       chkconfig -s|--set [name state]
       chkconfig -e|--edit [names]
       chkconfig -c|--check name [state]
       chkconfig -l|--list [--deps] [names]
       chkconfig -A|--allservices
       chkconfig -a|--add [names]
       chkconfig -d|--del [names]

你可能感兴趣的:(C++,c,C#)