You can let a user run a program as root by setting the program's suid bit using chmod:
will allow any user to run it, but it will be run as if root was running it.
You can make export PATH="$PATH:/sbin" permenant by adding it to your .bashrc file (a hidden file in your home directory) - or add it to /etc/profile