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

UNIX Linux Programming Lab Index

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

UNIX Linux Programming Lab Index

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

INDEX

[Link]. Experiment Remark


1 Study of Unix/Linux general purpose utility commands list (man, who, cat, cd, cp, ps, ls, mv, rm, mkdir, rmdir, echo, mor
2 Write a shell script program to: (a) display list of users currently logged in; (b) copy contents of one file to another.
3 Write a program using sed command to print duplicated lines of input.
4 Write a grep/egrep script to find the number of characters, words and lines in a file.
5 Write an awk script to: (a) develop a Fibonacci series; (b) display the pattern of a given string or number.
6 Write a shell script program to: (a) display process attributes; (b) change priority of processes; (c) change ownership of
7 Write a program to create a child process and allow the parent to display 'parent' and the child to display 'child' on the sc
8 Write a makefile to compile a C program.
9 Study and execute programs using gdb to utilize breakpoints and conditional breakpoints. Also write a shell script to incl
10 Study the use of ssh, telnet, putty, ftp, ncftp and other network tools.

You might also like