Figure 1.

Figure 2.

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Comparison table of commonly used commands in Linux and DOS
| Command | MS-DOS | Linux | Example of Linux |
|---|---|---|---|
| Using an editor to edit files | edit | vi | vi thisfile.txt |
| Copying files | copy | cp | cp thisfile.txt |
| Transfer files | move | mv | mv thisfile.txt |
| List files | dir | ls | ls |
| Delete files | del | rm | rm thisfile.txt |
| Create directory | mkdir | mkdir | Mkdir directory |
| Using the specified path | Cd path | Cd path | cd directory |