| bash-2.02# cd hack | this will make hack the current directory |
| bash-2.02# mkdir tivoweb-tcl | this will create a directory for tivoweb files |
| bash-2.02# cd tivoweb-tcl | this will make tivoweb-tcl the current directory |
| bash-2.02# mkdir modules | this will create a directory for the tivoweb-tcl modules |
| bash-2.02# cd modules | this will make modules the current directory. |
| bash-2.02# pwd | This will show current directory location. The response should be /var/hack/tivoweb-tcl/modules if all directories were created properly |
| bash-2.02# exit | this will exit out of the telnet session |