When I run echo $PATH
, I only get the following:
/usr/local/bin:/usr/bin:/bin
According to /etc/environment, I should be getting:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
I noticed this because I wasn't to able to run a new game which I had just installed because /usr/games was not in my path.
My .profile and .bashrc are normal.
I have heard that this is because I have been using the experimental Gnome 3 PPA. Thanks for your help!
Normal (non-admin) users only get access to "bin" directories and not "sbin" directories - because "sbin" directories hold system management programs that standard users should not execute (and do not have permissions for anyway).
/usr/games is a legacy remnant and is no longer used.