问答详情
源自:4-1 [Linux] at一次执行

centos 7,chkconfig --list | grep atd

我用的centos 7,chkconfig --list | grep atd 显示不一样,怎么解决?

提问者:semir_ 2016-07-16 15:08

个回答

  • 呼噜噜噜噜噜噜噜
    2016-07-28 01:35:40

    centos 7是用unit来代替了,而且全面使用了systemd,chkconfig只会调用systemV;你如果要查看开机启动项,要用的命令行是 systemctl list-unit-files | grep atd ,enable表示开机自启动,disable则相反。