Cover V05, I01
Article
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Listing 6

jan96.tar


Listing 3: A sample .profile which automatically logs a user into the application server

#
# .profile - Commands executed by a Bourne shell at login
#
PATH=$PATH:/$HOME/bin:.
MAIL=/usr/spool/mail/`logname`
export PATH MAIL
eval `tset -m ansi:ansi -m :\?${TERM:-ansi} -r -s -Q`
clear
/usr/bin/prwarn
echo "Connecting. One moment . . ."
rlogin appserver
clear
exit