![]() |
# ************************************************************************
# Controling the remote terminal from our console.
# Checked in DRS6000 Sparc Unxi V release 4.0
# Author: G. Pradeep . e-Mail: pradeep@ipath.net.in. Site :www.ipath.net.in/pradeep
#***************************************************************************
if [ $# -lt 2 ]
then
echo "UX:ologin: ERROR illegal usage "
echo "UX:ologin: TO FIX Usage is ologin system_name term_name"
exit
fi
`echo telnet $1 ` > /dev/$2
Home