config root man

Current Path : /compat/linux/usr/share/doc/bash-3.2/startup-files/apple/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //compat/linux/usr/share/doc/bash-3.2/startup-files/apple/environment

##
# Bourne Again Shell environment file
# Global environment setup
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
#
# ORIGINAL SOURCES: /usr/athena/lib/init/cshrc (ATHENA REL 7.3P)
##

export ENV_SET="YES"		# avoid repeat

# File creation mask
umask 022			# all files created are -rw-r--r--

##
# Load user environment
##

if [ -f ${bash_initdir}/environment.mine ]; then
    source ${bash_initdir}/environment.mine
fi

Man Man