Hi, I'm learning about the halt and poweroff commands. What I found out just puzzles me. Here:
Code:
$ which halt
/sbin/halt
$ file /sbin/halt
/sbin/halt: symbolic link to `reboot'
$ which poweroff
/sbin/poweroff
$ file /sbin/poweroff
/sbin/poweroff: symbolic link to `reboot'
Could anyone explain?
Thanks,