标签:
环境:debian 7.0
|
1
|
id:2:initdefault: |
|
1
2
3
4
|
0 (halt the system) 1 (single-user / minimal mode),2 through 5 (multiuser modes),6 (reboot the system) |
|
1
|
runlevel |
|
1
|
init 3 |
|
1
|
ls /etc/rc2.d |
|
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
|
S01motd -> ../init.d/motdS13rpcbind -> ../init.d/rpcbindS14nfs-common -> ../init.d/nfs-commonS16rsyslog -> ../init.d/rsyslogS17apache2 -> ../init.d/apache2S18acpid -> ../init.d/acpidS18atd -> ../init.d/atdS18cron -> ../init.d/cronS18mysql -> ../init.d/mysqlS18pptpd -> ../init.d/pptpdS18ssh -> ../init.d/sshS19exim4 -> ../init.d/exim4S20bootlogs -> ../init.d/bootlogsS21rc.local -> ../init.d/rc.localS21rmnologin -> ../init.d/rmnologin |
|
1
|
apt-get install sysv-rc-conf |

|
1
|
~/.bash_profile ~/.bash_login ~/.profile |
标签:
原文地址:http://www.cnblogs.com/niurougan/p/4196095.html