You are on page 1of 1

[root@router /] # cat /.

profile # # Set basic environment variables # EDITOR=vi PS1="[`/usr/ucb/whoami`@`uname -n` /] # " SHELL=/bin/bash export ENV EDITOR PS1 SHELL # # Set man pages path to include /opt/*/man if there are any # MAN=`echo /opt/*/man tr ' ' ':'` if [ "${MAN}" != "/opt/*/man" ] ; then MANPATH=/usr/man:${MAN}; export MANPATH fi # # Put class specific items here # PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sadm/admin/bin:/opt/bin:/opt/sbin:/usr /dt/bin:/usr/openwin/bin:.: export PATH # # End of class specific items # if [ -f ${HOME}/.profile_inst ] ; then . ${HOME}/.profile_inst fi if [ -f ${HOME}/.profile_site ] ; then . ${HOME}/.profile_site fi PATH=$PATH:/opt/VRTS/bin:/opt/VRTSalloc/bin:/opt/VRTSvlic/bin:/opt/VRTSvmpro/bin :/etc/vx/bin MANPATH=/usr/man:/opt/VRTS/man:/opt/VRTSvlic/man export PATH MANPATH

You might also like