OSV Practical List
OSV Practical List
Practical List
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.
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
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)
20. Study about Hypervisors: VMWare ESXi , Microsoft Hyper-V and Xen Server, and Java VM