愚蠢的问题在这里。我看到这/sbin/reboot似乎是指向/bin/systemctl. 但是,它的行为不像“简单”链接,因为调用/bin/systemctl与/sbin/reboot.
此外,虽然/bin/systemctl确实有一个reboot选项,/sbin/reboot但似乎不是 的简单别名/bin/systemctl reboot,因为例如reboot --help打印无法通过/bin/systemctl reboot --help(或/bin/systemctl --help reboot)访问的特定帮助。
那么这个链接是什么以及如何查看它的定义呢?