0% found this document useful (0 votes)
19 views1 page

Screenshots of Outputs of All The Programs Is Mandatory

The document outlines a practical assignment for an Operating Systems course worth 60 marks. It includes tasks such as creating a directory structure using UNIX commands, writing various shell scripts for mathematical calculations and file manipulations, and implementing programs related to process management in an operating system. Screenshots of outputs for all programs are mandatory.

Uploaded by

Md Aziz
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
19 views1 page

Screenshots of Outputs of All The Programs Is Mandatory

The document outlines a practical assignment for an Operating Systems course worth 60 marks. It includes tasks such as creating a directory structure using UNIX commands, writing various shell scripts for mathematical calculations and file manipulations, and implementing programs related to process management in an operating system. Screenshots of outputs for all programs are mandatory.

Uploaded by

Md Aziz
Copyright
© © All Rights Reserved
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

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.

You might also like