When I switched to root user using su command, I still need to use sudo reboot instead of reboot to reboot the system, otherwise bash returns
bash: reboot: command not found
Why is that the system would not look for executables in sbin/ directories for root user automatically?