



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Its all about OS. What is meant by Os and its Functions etc.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




**1. Install Linux operating system (Ubuntu) in your systems by following the link provided in google classroom. Result:
Result: 8. Running the CD\ command to change the directory to root
9. The Command Prompt is not case sensitive, meaning that you can type commands using capital letters, lowercase, or any combination of them. The commands CD, cd, or Cd, all work the same way**.
character: . For instance, when you need to access the System32 folder located in C:\Windows, type:
13. cd windows\system32
14. ... as shown below, and then press Enter on your keyboard. Result: 16. How to navigate to a folder in CMD. 17. How to change the parent directory in CMD (CD..). 18. When you need to go one folder up, use the cd.. command. Let's assume that you’re inside the system32 folder and want to go back to the Windows folder. Type 19. cd.. 20. ... and press Enter on your keyboard. Result:
30. Change path to the Desktop folder in CMD 31. Similarly, if you want to navigate to another user folder in CMD, run the same command but replace Desktop with the directory you need to get to. For example, if you want to change the path of the : 32. C:\Users[your_user_name]\Documents. Result: 34. Change directory to a user's Documents folder in CMD.