.profile

来自「unix 下用pro*c tuxedo 开发的东西」· PROFILE 代码 · 共 38 行

PROFILE
38
字号
:
#	@(#) profile 68.1 98/01/20 
#
#	Copyright (C) 1989-1998 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#
# .profile	-- Commands executed by a login Bourne shell
#

PATH=$PATH:$HOME/bin:.			# set command search path
MAIL=/usr/spool/mail/`logname`		# mailbox location
export PATH MAIL

ORACLE_BASE=/home/oracle/app/oracle;export PRACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/7.3.4;export ORACLE_HOME
ORACLE_SID=bkfx;export ORACLE_SID
ORACLE_TERM=ansi;export ORACLE_TERM
ULIMIT=2297152;export ULIMIT
LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
TMPDIR=/home/oracle/tmp;export TMPDIR
ORACLE_DOC=$ORACLE_HOME/doc;export ORACLE_DOC
NLS_LANG=american_america.zhs16cgb231280; export NLS_LANG
ORA_NLS32=$ORACLE_HOME/ocommon/nls/admin/data;export ORA_NLS32
PATH=$PATH:$ORACLE_HOME/bin;export PATH
NLS_LANG=american_america.zhs16cgb231280; export NLS_LANG

# use default system file creation mask
#eval `tset -m scoansi:${TERM:-scoansi} -m :\?${TERM:-scoansi} -r -s -Q`

/usr/bin/prwarn			# issue a warning if password due to expire

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?