Lab1&lab2: Unix Commands
Lab1&lab2: Unix Commands
.Practise on some basic unix commands (pwd, ls, cd, cd directory, cd ~, cd -, ls, ls
directory, ls a, file, cp, mv, rm, mkdir, rmdir, su, rmdir, ps, su, echo, sort, free, lpr,
uname a, df, clear, cat, ls /usr/bin/d*etc)
Lab3&Lab4:Systemcalls
File systemCalls:
Program to create multiple child process .parent will wait until all childrens completed use an
appropriate wait() SystemCall
Lab6:ShellScripting:
1. Write a program for factorial operation on the number of words witch is stored in the
given file?(use wc unix command)
2. Loop implementation and arithmetic operation in Shellscripting?
3. Write program for searching operation using grep command?
4. Implement any two commands using shellscripting?