Google
 

8/12/06

speedup linux reboot.

1. When reboot, use the following command:
/sbin/shutdown -rf now
This command will skip fsck which takes a lot of time, especially when the hard drive is huge. If you want to force the system to do disk san, then use the following command:
/sbin/shutdown -rF now

2. Use "sysv-rc-conf" to manage the startup services. here is the detail explanationLink

No comments: