Current File : //export/etc/profile
#
# Copyright (c) 1989, 2012, Oracle and/or its affiliates. All rights reserved.
#

# The profile that all logins get before using their own .profile.

trap ""  2 3
export LOGNAME PATH

LD_LIBRARY_PATH=/usr/lib:/usr/lib/amd64
export LD_LIBRARY_PATH


umask 022
trap  2 3