I have a weird problem, unfortuantely I don't know what I did to cause this, since I tried out lots of stuff on my Linux (Archlinux, 2.6.38 kernel). The problem is: My shell is not finding programs in /sbin anymore. It looks like this:
[chris@myhost ~] insmod
bash: insmod: command not found
[chris@myhost ~] ls -l /sbin/insmod
-rwxr-x-r-x root root 7888 Mar 23 10:14 /sbin/insmod
[chris@myhost ~] /sbin/insmod
-- Works
So as you can see, the program (the problem occurs for every executable in sbin) is still there, I can start it using /sbin/name, only the short name alias seems to be corrupted. How can I fix this?