新安裝centos8 執(zhí)行systemctl list-unit-files 提示
Failed to list unit files: Access denied
解決:執(zhí)行 kill -TERM 1 ///However according to the init manpage, you can do the same thing by sending SIGTERM to the daemon running as PID 1, which worked:
新安裝centos8 執(zhí)行systemctl list-unit-files 提示
Failed to list unit files: Access denied
解決:執(zhí)行 kill -TERM 1 ///However according to the init manpage, you can do the same thing by sending SIGTERM to the daemon running as PID 1, which worked: