job*_*bin 15
没什么,他们两个都做同样的任务。
从相应的手册页:
reboot, halt, poweroff
These programs allow a system administrator to reboot, halt or poweroff the system.
Run Code Online (Sandbox Code Playgroud)
Requests that the system be rebooted after it has been brought down.
Run Code Online (Sandbox Code Playgroud)
如果没有-ffor 选项reboot,它将优雅地终止所有进程,发送信号 15。但是, usingreboot -f将调用 reboot(2)系统调用本身(REBOOTCOMMAND传递参数)并直接重新启动系统。
在内部,reboot使用shutdown -r.