>>>>> "p" == phil46  <ethan> writes:

p> Hi all,
p> How do I permanently set the PATH variable to include the PATH i want 
p> eg. /sbin ? tried export but I don't think its permanent.


For a single user, in your shell config file, such as .bash_profile add:

PATH=$PATH:/sbin

For the system add it to /etc/profile.



-- 
Ray Curtis         Curtis Consulting         http://www.ccux.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to