Department of Computer Science & Engineering: 2IT322 - Design of Operating System B.Tech. Semester-VI (CE & IT)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Department of Computer Science & Engineering

2IT322 Design of Operating System B.Tech. Semester- VI(CE & IT)


List of Practicals

Sr. No.

Name of Practical

No of hours allotted 2

1.

Introduction to system call interface of Unix operating system. Library procedures v/s system calls How to use programmers manual of Unix Write a command line program to copy File using system calls Write a program to reverse content of input file using lseek. Write a program to Display Inode contents. Write a program to implement Iget and Iput algorithms Write a program that finds physical block number and offset from given logical block no. Also display read ahead status and read ahead block no. ( Input block size, block address length) Write a program to print name of all files and directory belongs to given directory. Write a program to search a file or directory from given location and print absolute path. Write a program to perform chat between two process. (use unnamed pipe) Write a menu-drive program to execute command on remote terminal and display output. Write a program to perform signal handling. (Use Kill, signal ) (For Practicing) Implementation of ps command. (For Practicing) Total

2. 3. 4. 5.

2 2 6 4

6. 7. 8. 9. 10. 11

4 4 4 6 4 4 [40]

You might also like