I'm assuming that your shell is bash - do you get '/bin/bash' when you type
echo $SHELL? Do you have a file called .bash_profile in your home directory? Create or open it and add the line:
Code:
export PATH=$PATH:/sbin
I'm surprised you need to access /sbin as a normal user, they're system admin utilities on my box.