chkconfig --list | awk '/0:/{system("chkconfig "$1" off")}'
Linux 安裝好預設會開一些 Service, 若用不到就先全關, 再開自己要的.
chkconfig crond on
chkconfig network on
chkconfig syslog on
chkconfig sshd on
chkconfig --list | awk '/0:/{system("chkconfig "$1" off")}'
Linux 安裝好預設會開一些 Service, 若用不到就先全關, 再開自己要的.
chkconfig crond on
chkconfig network on
chkconfig syslog on
chkconfig sshd on
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
This page is a archive of entries in the Linux category from October 2009.
Linux: September 2009 is the previous archive.
Linux: November 2009 is the next archive.
Find recent content on the main index or look in the archives to find all content.