# ~/.profile: executed by Bourne-compatible login shells.
# For sh and ksh, ash, and bash invoked with sh...
# For bash, /.bash_profile override this if invoked with bash

# set PATH for user's account
# PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
    PATH="~/bin:${PATH}"
fi
export PATH

mesg n

#umask 002 # group share
umask 022 # traditional
#umask 077 # restrictive