Now that you have toyed around with Knoppix, you should be able to find an ISO of your choice on the Internet or buy the distributions for a low price online or even at many retail stores. However, I have included a simple list of places to find Linux at for your convenience:
- Download it at www.linuxiso.org
- Buy it at www.edmunds-enterprises.com/linux/index.php
- Purchase Red-Hat Linux at Wal-Mart
I’ve obtained it, now what?
Not so fast there, soldier. First you need to start reading up on shell commands. Remember those “CD, DIR, VER” commands from DOS prompts? Well, knowledge of those is essential to using Linux. The problem is that Linux has its own set of important commands, and not all of them are the same as in DOS. Try these commands in Knoppix.
Before You Continue
If you ever need help with a command, you can always type the command followed by a “–help” and you should get a “Usage” instruction set.
| Command | What it Does |
| CD | Changes the directory. Pretty simple idea; if you want to go from / to /Joe, you would type: “CD Joe.” |
| DIR | Lists a directory’s contents. Example: “DIR” returns: bin cygwin.bat cygwin.ico etc home lib sbin tmp usr var |
| CP | Use it to copy one file to another folder. Usage is: “CP source.file destination.file” so an example might be: “CP gcc.txt /home/Justin/gcc.txt” |
| MV | Same as copy command, except it moves a file. |
| RM | To delete a file: “rm file.name” To delete an entire folder: “rm –rf file.name” |
Stay Tuned
Don’t worry … I’ll be back for the next in this series. Hang tight, and next time we will install your distribution and get you started with Linux.

Like what you read?
If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:







