JNTUK B.Tech Linux Programming Lab gives you detail information of Linux Programming Lab R13 syllabus It will be help full to understand you complete curriculum of the year.
Objectives
- To give a practical orientation of programming in Linux environment using system calls and advanced concepts in unix programming
PROGRAMS LIST
- Write C programs that uses open, read, write system calls.
- Write C programs that differentiates FILE *( file stream pointers in C standard library) and file descriptors by using functions such as fdopen, fileno.
- Write a C program which displays a given files meta data by using stat system call and st_mode structure.
- Write a C program which lists all the files of current working directory whose size is more than given number of data blocks.
- Write a C program which lists all the files of current working directory which contains hard link files.
- Write a C program to emulates file system checking utility (fsck command) using system calls.
- Example C program which supports that child process inherits environment variables, command line arguments, opened’ files.
- Simple C programs to have process trees and process chains.
- Simple C program that demonstrates the failure of fork system call because of crossing system limits.
- Simple C programs to demonstrate the use of pipe system call for inter process communication and also emulating piping in shell.
- Simple C programs to demonstrate the use of popen standard library function call for inter process communication and also emulating piping in shell.
- Simple C program to use named pipes for inter process communication.
- Simple C programs to illustrate the use of exec family of functions.
- Write a C program which emulates simple shell.
- Write C program to create a thread using pthreads library and let it run its function.
- Write a C program to illustrate concurrent execution of threads using pthreads library.
- Write a C program to simulate ptrhead_create function failure by repeatedly calling the same.
- Write a C program which creates a thread using pthread and passes arguments to the thread function.
- Write C programs which uses sigset, sifillset, sigprocmask, related system calls and structures.
- Write a C program to simulate memory segment violation run time error and implement a signal handler (both reliable and unreliable) which handles situation.
- Write a C program to illustrate the use of sbrk system call.
- Write a C program to illustrate inter process communication via message queues.
- Write a C program to illustrate inter process communication via shared memory.
- Write a C program to simulate producer and consumer problem using semaphores, shared memory, and fork.
- Write a C program to simulate producer and consumer problem using semaphores, shared memory, and pthread_create.
- Write a C program to simulate producer and consumer problem using muexes, shared memory, and threads.
- Write socket Programs in C for Echo/Ping/Talk Commands.
- Create a Socket (TCP) between two computers and enable file transfer between them.
- Write a Program to implement Remote Command Execution.
- Write a code simulating ARP/RARP.
For more information about all JNTU updates please stay connected to us on FB and don’t hesitate to ask any questions in the comment.