This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 28 lines
{{{
# This is the default standard profile provided to a user.
# They are expected to edit it to meet their own needs.
####################################################
# start of default environment
#
stty erase '^H'
MAIL=/usr/mail/${LOGNAME:?} ;export MAIL
OPENWINHOME=/usr/openwin ; export OPENWINHOME
PS1="$LOGNAME@`/bin/hostname`$ " ; export PS1
PATH=/bin:/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/usr/local/bin ; export PATH
MANPATH=/usr/man:/usr/local/man:/usr/share/man ; export MANPATH
LD_LIBRARY_PATH=/lib:/usr/lib:/lib/dt/lib:/usr/ucblib:/usr/openwin/lib:/usr/local/lib:/usr/share/lib:/usr/local/ssl/lib ; export LD_LIBRARY_PATH
EDITOR=/usr/bin/vi ; export EDITOR
#TZ=GMT ; export TZ
#
# end of default environment
#################################################
#######################################################
# start of /bin/ksh environment
# modify to meet your needs
if [ $SHELL = "/bin/ksh" ] && [ -f $HOME/.kshrc -a -r $HOME/.kshrc ]; then
ENV=$HOME/.kshrc # Set ENV if there is an rc file
fi
# end of /bin/ksh stuff
#######################################################
}}}