วันนี้ต้องมานั่งเขียน run level ให้เซอร์วิสของ svn กับ trac รันตอนเปิดเครื่อง
เลยมาเขียนหน้าที่ต่างๆ ของแต่ละ run level
จาก WikiBall
เนื้อหา
Run level คือตารางการทำงานของ OS ว่าต้องทำงานอะไรบ้างในขณะกำลังโหลด OS หรือ ปิด OS
| Run Level | ที่อยู่ | รายละเอียด |
|---|---|---|
| 0 | /etc/rc0.d/ | powers off the PC, halt |
| 1 | /etc/rc1.d/ | single user mode |
| 2 | /etc/rc2.d/ | Multi-User mode without network, and/or to stop or not enter X, |
| 3 | /etc/rc3.d/ | Multi-User mode with network not running the X Window System, and/or to stop or not enter X |
| 4 | /etc/rc4.d/ | to stop or not enter X |
| 5 | /etc/rc5.d/ | Multi-User mode with network running the X Window System, and/or to start X |
| 6 | /etc/rc6.d/ | |
| 7 | /etc/rc7.d/ | Reboot |
Ref
http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html
http://en.wikipedia.org/wiki/Runlevel
ซึ่งตามปกติแล้วใน Ubuntu จะ run แค่ 0-2

0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.