Listing 4: /etc/skel/.profile.base
##################################################################
# Script: /etc/skel/.profile.base
# Purpose: To serve as a startup base profile for all users using
# bourne or ksh.
# Updates: 4/1/94 Created. WDF
##################################################################
#
stty istrip
PATH=/usr/bin:/usr/ucb:/etc:/oem/sun/drm/ds_scripts
MANPATH=/usr/man
EDITOR=vi
PS1=`hostname`":"'$PWD'"=> "
PS2="If you don't know what to do now, do a CNTL C => "
export PATH MANPATH EDITOR PS1 PS2
umask 027
# End of File
|