0% found this document useful (0 votes)
110 views

OSV Practical List

This document lists the practical experiments for an Operating System and Virtualization course. The experiments cover topics like installing Linux, basic and advanced Linux commands, shell scripting, filters, environment variables, date validation, process creation in C, and studying virtual machines, hypervisors and Java VM.

Uploaded by

poxima9023
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views

OSV Practical List

This document lists the practical experiments for an Operating System and Virtualization course. The experiments cover topics like installing Linux, basic and advanced Linux commands, shell scripting, filters, environment variables, date validation, process creation in C, and studying virtual machines, hypervisors and Java VM.

Uploaded by

poxima9023
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

L. D.

College of Engineering, Ahmedabad


IT Department

Operating System and Virtulization (3141601)

Practical List

Sr. No. Objective(s) of Experiment

1. Study of Linux operating system, its variants and installation of Linux Operating system
Installation of Linux Operating system as a Guest OS on Windows Operating system using virtualization
2.
software
3. Study of Basic commands of Linux/UNIX.

Study of Advance commands and filters of Linux/UNIX.


4.
Write a shell script to generate mark sheet of a student. Take Three subjects, calculate and display total
5. marks, percentage and Class obtained by the student.

6. Write a shell script to display multiplication table of given number

7. Write a shell script to find factorial of given number n

8. Write a shell script which will accept a number b and display first n prime numbers as output.

9. Write a shell script which will generate first n fibonnacci numbers like: 1, 1, 2, 3, 5, 13,18

Write a menu driven shell script which will print the following menu and execute the given task.
a. Display calendar of current month
10. b. Display today’s date and time
c. Display usernames those are currently logged in the system
d. Display your name at given x, y position
e. Display your terminal number
11. Write a shell script to read n numbers as command arguments and sort them in descending order

12. Write a shell script to display all executable files, directories and zero sized files from current directory

13. Write a shell script to check entered string is palindrome or not.

14. Shell programming using filters (including grep, egrep, fgrep)

15. Study of Unix Shell and Environment Variables.

16. Write a shell script to validate the entered date. (eg. Date format is :dd-mm-yyyy).

17. Write an awk program using function, which convert each word in a given text into capital

18. Write a program for process creation using C. (Use of gcc compiler)

19. Study about the virtual machine and virtualization

20. Study about Hypervisors: VMWare ESXi , Microsoft Hyper-V and Xen Server, and Java VM

You might also like