So these are the questions... kayo na bahala kung gusto niyong sagut-sagutin ulit o tingnan lang...
(Questions here may be changed from the original exercise sheet)
1. What is an operating system?
2. Name 3 differences between Linux and Windows?
3. How do you log into your floppy disk in drive A in Linux?
4. How do you create a directory named "practice"? (assuming you're inside the floppy drive)
5. How do you change directories from the root of the floppy drive to the directory "practice"?
6. How do you copy a file from Paula's directory into Patrick's directory? The file name is "deer.txt". Assuming you are inside the "practice" folder and Paula's directory and Patrick's directory is outside the "practice" folder...
kung naguluhan kayo sa 6... ito yun...
floppy
|- Patrick
| |- deer.txt
|
|- Paula
|
|- practice
gets?
7. What is the path statement for this file now?
8. How do you scroll the contents of the file "deer.txt" in your screen?
9. How do you change directories and move into the root? (super-root)
10. How do you delete a file from the practice directory from your location (root)? Assuming there is an existing file also named "deer.txt"
11. How do you delete the folder practice from your location?
12. How do you rename the file from deer.txt to poem.txt? Assuming you are in the directory where deer.txt can be found
13. How many parts are there to a filename and how many characters are allowed?
14. What is the command that tells you the current version of linux in your machine?
15. What is the command to move back UP one directory level? (go to parent directory that is)
16. You are currently logged to the floppy disk in drive a: - what is the command to list its files?
17. What are the symbols used as a wildcard?
18. What is the use of mounting?
19. How do we mount a floppy?
20. Using a wildcard symbol, what is the command to list all files with the extension ".txt"?