Linux Tips/service start - stop
サービスと対応する実行ファイルの表です。
実行ファイルの後に次のオプションを指定することで、起動、停止、再起動を行うことができます。
| サービス | 実行ファイル |
|---|---|
| inetd | /etc/rc.d/init.d/inet |
| named (DNS) | /etc/rc.d/init.d/named |
| Sendmail (SMTP) | /etc/rc.d/init.d/sendmail |
| Apache | /etc/rc.d/init.d/httpd |
| Samba | /etc/rc.d/init.d/smb |
実行ファイルの後に次のオプションを指定することで、起動、停止、再起動を行うことができます。
| オプション | 動作 |
|---|---|
| start | 起動 |
| stop | 停止 |
| restart | 再起動 |
参照
2006年01月11日(水) 10:45:17 Modified by uguuxp
