Operating instructions
M300USERSGUIDE SEA
GETTINGSTARTED
23
/etc/passwd
root::0:0::///:/bin/sh
augie:x:101:101:Augie Henriques:/home/augie:/bin/sh
lyle::102:101:Lyle Lilie:/home/lyle:/bin/sh
chris::104:101:Chris Sivo:/home/chris:/bin/sh
dan::105:101:Dan Bouley:/home/dan:/bin/sh
operator::110:101:M300 Operator:/home/operator:/bin/sh
seaftp:x:111:101:FTP:/home/seaftp:/bin/sh
/etc/group
root::0:root
mail::40:
sea::101:
/etc/profile
# startup profile executed by shell during login
export PATH=$PATH:/etc:/usr/ucb:/usr/local/bin:/sea/bin:/sea/bin2 TMP-
DIR=${TMPDIR:-/tmp}
export SYSNAME=${SYSNAME:-qnx4}
if [ "$LOGNAME" != root ]; then
MAIL=${MAIL:-/usr/spool/mail/$LOGNAME}
test -s $MAIL -a $MAIL -nt .lastlogin && echo "You have new mail. "
fi
if [ -f .hushlogin ]; then
echo -n >.lastlogin
else
test /etc/motd -nt .lastlogin && cat /etc/motd
test -s .lastlogin && echo $(<.lastlogin)
echo "Last login: ${DATE=`date +%c`} on ${TTY=`tty`}" >.lastlogin
echo $DATE
fi
alias lf='ls -CF'
stty quit ^\\
umask 2
LANG=C
/etc/netstart
export SOCK=$NODE
/bin/slay -f Tcpip;
/bin/prefix -D /dev/console >/dev/null 2>&1;
/bin/prefix -A /dev/console=/dev/con1;
/usr/ucb/Tcpip q4sn3001 &
/usr/ucb/ifconfig en1 192.9.200.1 up
/usr/ucb/ifconfig lo0 localhost up
/usr/ucb/ifconfig en1 broadcast 192.9.200.255
#/usr/ucb/route add 224.0.0.0 192.9.200.2