'chkconfig --list' shows services and at what level they run
'chkconfig --levels 345 sendmail on' to have sendmail start at boot for example.
'iptables -L' prints current iptables ruleset add '-n' or '-n -v' for more details
'service sendmail restart' restarts sendmail for example
'service --status-all' is useful
Comments
Post new comment