Anzio Lite .bash_profile Red Hat Linux

Below is an example of what should be set up in each user’s profile in order to be able to login to TOP using multiple sessions but only one BBx license.

Login as root and enter this command:

cd /home/user_name

vi .bash_profile

Add the following code:

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi

# User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH

FACETTYPE=FacetWin;export FACETTYPE

FACETWININFOSEQ=ENABLED;export FACETWININFOSEQ

printf “\034env/s anz ip\035”

read FACETWINIPADDRPC

export FACETWINIPADDRPC

cd /a/top

exec /a/top/top

exit