Red Hat 的 Linux 發(fā)行版提供了稍微更有組織的行程管理方法。取代在行程表中搜尋行程id 及殺掉他們, Red Hat 收集提供了一些 script 在 ``/etc/rc.d/init.d'' 目錄下,允許
您啟動(dòng)及停止想要的行程。
例如,要停止``httpd'' (Apache 網(wǎng)頁伺服器) 服務(wù),只要執(zhí)行 httpd script,像下面這樣 : /etc/rc.d/init.d/httpd stop
用相似的方法,您可以使用 ``start'' 選項(xiàng)開始服務(wù)。 或者,如果您變更了組態(tài)檔而且想重新 啟動(dòng)服務(wù)以便確認(rèn)這些改變, 您可以使用 ``restart'' 選項(xiàng)。
(注意: 很奇怪, ``restart'' 選項(xiàng)看來不支援相同的服務(wù))