Good day, fellow Fedora users. I migrated to Fedora 16 from Arch Linux because a kernel upgrade caused my system to break (my fault for enabling testing repo, but I really didn't feel like going through an ncurses-based installation and end up at a command line again). Fedora was my primary choice because I had a lot of fond memories with it, and I missed dealing with RPMs. The only complaint I have is the lack of a BSD-style init and /etc/rc.conf (but that's another story).
The main reason I ran for help here is because I'm in the process of installing the Android SDK, and instead of making it user-specific, I wanted it to be system-wide, because I'm sharing this computer with two other people who like to tinker around with Android, and rather than giving them my computer password and risk them messing up any sensitive documents I have, I'd rather make them two seperate accounts and place ADB/Fastboot/etc. in their $PATH (did I word that correctly?).
I accomplished this in Arch Linux by modifying /etc/profile and appending the location of the SDK to the end of the PATH line. However it seems I can't do so in Fedora (at least, not anymore).
Code:
# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc
# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.
What file contains the system-wide PATH? I just wanna append the location of the SDK and get on with my computing.