#!/bin/sh echo "here is a tour of Small Linux" echo "you can use ctl-c to stop it" echo " changing to /bin directory" cd /bin sleep 5 echo "here is the alias command" alias sleep 5 echo "here is the arch command" arch sleep 5 echo "here is the basename command" basename /bin/ls sleep 5 echo "here is the cat command" cat /etc/hostname sleep 5 echo "here is chmod" chmod +x tour ls -l tour sleep 5 clear echo " you just saw the result of the clear command" echo "date" date echo "dd" dd if=/dev/zero of=test2.tmp bs=1b count=10 echo "cp" cp test2.tmp /tmp echo "df" df sleep 5 echo "dmesg" dmesg sleep 5 dnsdomainname echo "domainname" domainname echo "here is the echo command" echo "echo is typing to the screen" echo "free" free gunzip echo "head" head /etc/rc.0 sleep 5 echo "hostname" hostname echo "ls" ls / echo "lsmod" lsmod mingetty echo "mkdir" mkdir /testdir ls -l /testdir echo "mount" mount sleep 5 ps echo "here is ps" sleep 5 echo "here is pwd" pwd echo "here is rm" rm echo "here is rmdir" rmdir echo "here is setserial" setserial /dev/ttyS1 echo "sleep" sleep 10 echo "here is stty" stty echo "sync" sync echo "here is tar" tar -t -f test.tar sleep 5 echo "here is set" set echo "here is the ping command" echo "use ctl-c to stop it" ping 127.0.0.0