We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
OPERATING SYSTEM PRACTICAL (MARKS – 60)
Screenshots of Outputs of all the programs is mandatory
1. WRITE UNIX COMMANDS FOR CREATING THIS STRUCTURE USING UNIX
COMMANDS. The names in boxes depict directories and the other names depict files.
ROLL
TITLE NAME SURNAME
PETNAME(S)
MR. MS. MOTHER’S FATHER’S
NAME NAME
2. Write a Shell script to calculate the area of a scalene triangle.
3. Write a Shell script to find the factors of a number. 4. Write a Shell script to check whether a number is Strong number or not. 5. Write a Shell script to find the occurrence of a character in a file. 6. Write a shell script to print the Fibonacci numbers in an array upto a range. 7. Write a shell script to swap numbers using function. 8. Write a program to implement fork() in operating System. 9. Write a program to check whether a number is even or odd using parent child process. 10. Write a program to implement zombie process in operating System.