Ray Curtis wrote:
[EMAIL PROTECTED]">"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.