とりあえず流し書きでメモ。
chkconfigはシステム起動時に自動的に起動するスクリプトを調べるもの。
/sbin/chkconfig -- list|grep http
/sbin/chkconfig -- list|grep bind
/sbin/chkconfig httpd on
/sbin/chkconfig winbind on
/sbin/service httpd start
/sbin/service winbind start
vi /etc/httpd/conf/http.conf
/DocumentRootで探す
yum(rpm) -install bind
/sbin/chkconfig named on
/sbin/chkconfig --list|grep named
最終更新:2017年07月16日 00:23