I've added the following paths to /etc/profile for executables and man pages respectively:
PATH=${PATH}:/usr/local/bin:/usr/local/samba/bin
MANPATH=${MANPATH}:/usr/local/man:/usr/local/samba/man
I logged out and then re-logged on and performed an echo command for each environment variable and got the following:
# echo $PATH
/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/local/bin:/usr/local/samba/bin:/usr/local/bin:/usr/local/samba/bin
# echo $MANPATH
/usr/dt/man:/usr/man:/usr/openwin/share/man:/usr/local/man:/usr/local/samba/man:/usr/local/man:/usr/local/samba/man
You will notice that the 'paths' I added for binaries and man pages appear twice. Anyone have an explanation as to why this is occuring?
Regards...George
PATH=${PATH}:/usr/local/bin:/usr/local/samba/bin
MANPATH=${MANPATH}:/usr/local/man:/usr/local/samba/man
I logged out and then re-logged on and performed an echo command for each environment variable and got the following:
# echo $PATH
/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/local/bin:/usr/local/samba/bin:/usr/local/bin:/usr/local/samba/bin
# echo $MANPATH
/usr/dt/man:/usr/man:/usr/openwin/share/man:/usr/local/man:/usr/local/samba/man:/usr/local/man:/usr/local/samba/man
You will notice that the 'paths' I added for binaries and man pages appear twice. Anyone have an explanation as to why this is occuring?
Regards...George