Hey
I want to linux setting system-wide path what file need to modify let me know
thanks in advance
Hey
I want to linux setting system-wide path what file need to modify let me know
thanks in advance
Linux and UNIX use /etc/profile file so you can setup system wide path in /etc/profile file:
Use editor to open file:
Look for PATHCode:vi /etc/profile
Save fileCode:export PATH=$PATH:/usr/java/bin
Now whenever new user will login he/she will get new path settings /usr/java/bin see FAQ: Environment variable changing on Linux/FreeBSD on our group site http://www.cyberciti.biz/faqs/2006/0...hanging-on.php it has all info you needed
There are currently 1 users browsing this thread. (0 members and 1 guests)