「/etc/init.d」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
(named)
 
1行目: 1行目:
 
サービスの起動など(CentOS6)
 
サービスの起動など(CentOS6)
 
==named==
 
==named==
 +
===namedの再起動===
 
<pre>/etc/init.d/named restart</pre>
 
<pre>/etc/init.d/named restart</pre>
 +
===サーバ起動時に自動的にnamedを起動===
 
<pre>$ chkconfig named on</pre>
 
<pre>$ chkconfig named on</pre>
 +
 
==postfix==
 
==postfix==
 
<pre>/etc/init.d/postfix restart</pre>
 
<pre>/etc/init.d/postfix restart</pre>

2017年7月8日 (土) 03:00時点における最新版

サービスの起動など(CentOS6)

named

namedの再起動

/etc/init.d/named restart

サーバ起動時に自動的にnamedを起動

$ chkconfig named on

postfix

/etc/init.d/postfix restart