even when you su you still assume the regular users path, so try this: "su - root" then try...
If it still doesn't work then type "echo $PATH" when you are logged in as root and make sure /sbin is in there. if not try "PATH=$PATH:/sbin:/usr/sbin" and add it to ~/.bashrc to make it permanent.
|