请问 systemctl reboot
和 reboot 有啥本质上的区别?
是不是 systemd 接管了一切,所以原先的 reboot 已经无法操作 systemd 的相关了?
1
yulgang 2017-12-26 16:50:06 +08:00
https://wiki.archlinux.org/index.php/systemd#Power_management
从这里看 似乎是在没有其他用户登录的情况下普通用户使用 systemctl reboot 是可以成功执行的,无需 root 权限,有其他用户登录时才需要 root 密码。 这时的 reboot 似乎只是为了兼容传统命令。 |
2
araraloren 2017-12-26 16:52:40 +08:00
Reboot is just a symlink to systemctl .
|
3
Attenuation 2017-12-26 19:58:58 +08:00
lrwxrwxrwx 1 root root 9 12 月 18 22:02 /usr/bin/reboot -> systemctl
|