Archive for November, 2009
Linux : Adding a Directory to the Path
Wednesday, November 4th, 2009The best place to add a directory to the path of a single user is to modify that user’s .bash_profile file. To add it to all users except user root, add it to /etc/profile. To also add it to the path of user root, add it to root’s .bash_profile file.





