httpdなどのサービスを再起動させたい
[
サーバ管理] 2008年3月19日 20:36
コメント(0)
トラックバック(0)
httpdなどのサービスを再起動させたいから、自分用メモ。
基本中の基本だけど階層覚えられないので...。
-
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 [動作指定]
| restart | 再起動 |
|---|---|
| start | 起動 |
| stop | 停止 |