View Single Post
  #7 (permalink)  
Old September 5th, 2001
Axe Axe is offline
Gnutella Admirer
 
Join Date: May 29th, 2001
Location: Northern Hemisphere
Posts: 70
Axe is flying high
Default

Just to add: good practice is to create a file /etc/profile.local which contains in one line the path settings for all users:

PATH=$PATH:/usr/local/bin:/usr/lib/jre/bin

(Better not to edit /etc/profile, this change gets overwritten easily, esp. when using SuSE)
Reply With Quote