Subject Name: Programming Skills-V (OS)
Subject Code: 630007
List of Practical Programs Related to Operating System and Unix Programs:
Check the output of the following commands. date, ls, who, cal, ps, wc, cat, uname, pwd, mkdir, rmdir, cd, cp, rm, mv, diff, chmod, grep, sed, head, tail, cut, paste, sort, find.
Write shell script
Accept numbers and perform addition, subtraction, division and multiplication.
Accept the string and checks whether the string is palindrome or not.
Accept number and check the number is even or odd, finds the length of the number, sum of the digits in the number.
Accept strings and replace a string by another string.
Accept file name and displays last modification time if file exists, otherwise display appropriate message.
Fetch the data from a file...