operating system
operating system
In partial fulfilment
of the requirements
for the degree of
Bachelor of Computer
Applications
(Batch 2023-2026)
1. Windows installation
3. Linux installation
4. Linux commands
TOPIC 1 – WINDOW INSTALLATION
After setting up your Virtual Box, Search Microsoft Windows Evaluation 10 and download
Windows 10 ISO file
Step 3: Installation of Windows 10 in Virtual Box.
Select a name, then the type as MS Windows and the version as Windows 10(64-bit) with
respect to the machine used. Then provide memory according to our RAM size preferably 2-4GB
and then leave the Hard disk file type as VDI, then select the virtual hard disk size, and you are
done as shown below
Step 4: Sharing the Location of the ISO File of Windows 10
Press Win + X and click on Disk Management, or alternatively you can press Win + S and type
“Computer Management” and hit enter, now navigate to “Disk Management” from the left-side
menu bar.
Step 2: Shrink Volume of the Selected Drive
Make a right-click on the existing partition (for example E:) and click on “Shrink Volume“. You
can now enter the space as per your convenience and click “Shrink”.
Click on “Format” and later “Finish” to create a new disk partition in Windows 10 PC.
Step 3: Click on the “New” button to generate a new VM. You will be asked for a VM name,
path to where VM files will be saved and an ISO image. The operating system (OS) you intend
to install may be like, Windows, macOS or Linux.
Step 5: For Ubuntu, VirtualBox supports creating a username, password, and specifying the
hostname. You can decide to customize it or go with the defaults. Click on Next.
Step 7: Later on, in running your virtual machine, what you need is to allocate it some memory
& CPU.
Step 8: Allocate the Hard disk size for the VM. Allocate at least 20 GB of storage. Click on
Next.
Step 9: A summary of all of your choices is shown to you now, and it is necessary to launch and
initiate the installation of the Linux OS as a virtual machine. Then Click on Finish
After clicking Finish, Ubuntu will start and it will install Linux as a virtual operating system. Just
wait for few minutes until it finishes installation and start the virtual operating system
Step 10: Choose your password for your Ubuntu OS. In case, if you don't want to login with
password, you can tick "Login automatically" option. Click on Continue. Welcome prompt will
appear on your OS. It will take some time as it is copying some essential files.
TOPIC 4 – LINUX COMMANDS
Task 1- to create a directory type “mkdir directory name”
Task 4- to remove the file from directory give command “rm filename.txt” To check if file still
exists or not try displaying the content of file again it will give error
Task-6 - to remove the directory from device give command “rmdir directoryname” and to
check if it is deleted or not write “ls” it will show all existing directories .
Task 7- to clear all the commands give command “clear”.
Task 8 – to copy the content of one file into another write “cp 1filename 2filename”