Class 7
Class 7
User interface (UI) – provides a user-friendly way to interact with the computer graphical
user interface (GUI), command line interface (CLI).
Commands of MS-DOS
1. Dir
Description – list the files and directories in the current directory.
Example – dir
2. cd
Description – change the current directory.
Example – cd foldername
3. copy
Description – copes files from one location to another location.
Example – copy file1.txt D:\backup\file1.txt
4. Del
Description – delete one or more files.
Example – del file1.txt
5. mkdir
Description – creates a new directory.
Example – mkdir newfolder
6. rmdir
Description – removes a directory
Example – rmdir oldfolder
7. ren
Description – renames a file or directory
Example – ren oldfile.txt newfile.txt
8. type
Description – displays the contents of a text file
Example – type file1.txt
9. format
Description – formats a disk for use with MS-DOS
Example – format C:
10. exit
Description – exits the command prompt
Example - exit
Commands of Ubuntu
1. Dir
Description – list the files and directories in the current directory.
Example – dir
2. cd
Description – change the current directory.
Example – cd foldername
3. copy
Description -
Example -
4. Del
Description -
Example -
5. mkdir
Description -
Example -
6. rmdir
Description -
Example -
7. ren
Description -
Example -
8. type
Description -
Example -
9. format
Description -
Example -
10. exit
Description -
Example -