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

Basic Linux commands:

1. Write a program to emulate the Unix ls-l command?

OUTPUT:
2. Write a program to list for every file in a directory, its i-node number and file name.?

OUTPUT:
Processes, memory layout, environment variables:

1. Write a process which shows the usage process and its memory layout.

OUTPUT:
2. Write a program to create a Zombie and Orphan process.?

OUTPUT:

Signals:
1. Write a program that illustrates suspending and resuming processes using signals

OUTPUT:
2. Write a program to show the usage of User Defined signals

OUTPUT:

Pipes:
1. Write a program that illustrates how to execute two commands concurrently with a
command pipe.?
OUTPUT:

2. Write a programs that illustrate communication between two unrelated processes using
named pipe.
OUTPUT:

Shared memory:

1. Write a program that illustrates two processes communicating using shared


memory?
DNS:
1. Write a program that illustrate the DNS service
OUTPUT:

IO Multiplexing, Pthreads:
1. Write a program that illustrate the i/o model using select system call?
2. Write a program for producer-consumer problem using pthreads
OUTPUT:

You might also like