- จำได้เคยใช้ตอนใช้ linux แรกๆ บน fedora
- ตอนแรกที่ใช้ base debian งงอยุ่นะ ว่าสั่ง start, stop service ยัง
- บน ubuntu ใช้แต่ /etc/init.d/[servicename] start|stop
- base redhat สั่งแบบ /etc/init.d/[name] [start|stop] และแบบ service [name] [start|stop]
- แต่ base debian เค้าต้องลง package เพิ่มอ่ะ ถึงจะสั่ง service ได้
- เฮ้ย... ubuntu 9.04 มี package นี้แล้วนี่หว่า เพราะตอนสั่งติดตั้งมันว่ามีแล้วอ่ะ พอลองใช้คำสั่ง sudo service apache2 restart ได้เลยแฮะ ^^' เป็นกบในกะลาโดยไม่รู้ตัว
If you want to use service command in ubuntu intrepid install sysvinit-utils package.This package contains the important System-V-like utilities.Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin.
If you have experience with Red
Service Syntax
sudo service
start/stop/restart
Service command Examples
For example if you want to restart apache server use the following command
sudo service apache2 restart
One more
sudo service named restart
If you want to show the status of all services on your ubuntu server use the following command
This command is very useful for server administrators.sudo service
--
status-all
No comments:
Post a Comment