LIST OF PRACTICALS
Sr. | Practical Title | Answer |
---|---|---|
1 | Study of Basic commands of Linux/UNIX | Solution |
2 | Study of Advance commands and filters of Linux/UNIX. | Solution |
3 | Write a shell script to generate marksheet of a student. Take 3 subjects, calculate and display total marks, percentage and Class obtained by the student | Solution |
4 | Write a shell script to display multiplication table of given number | Solution |
5 | Write a shell script to find factorial of given number n. | Solution |
6 | Write a menu driven shell script which will print the following menu and execute the given
task.
a. Display calendar of current month 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 | Solution |
7 | Write a shell script to read n numbers as command arguments and sort them in descending order. | Solution |
8 | Shell programming using filters (including grep, egrep, fgrep) | Solution |
9 | Write a shell script to read n numbers as command arguments and sort them in descending order | Solution |
10 | Write a shell script to display all executable files, directories and zero sized files from current directory | Solution |
11 | Write a shell script to check entered string is palindrome or not | Solution |
12 | Write a shell script to validate the entered date. (eg. Date format is : dd-mm-yyyy). | Solution |
13 | Write an awk program using function, which convert each word in a given text into capital | Solution |
14 | Write a program which demonstrate the use of fork, join, and exec and wait system calls. | Solution |
15 | Write a C program to simulate FCFS CPU scheduling algorithm. | Solution |
0 Comments