Question 1:
Illustrate the following in awk
- Built - in functions
- Built - in variables
- Number processing
- Number comparison
- Formatting output
Question 2:
What do you understand by the term data management? Illustrate out the various ways of mapping data.
Question 3:
Attempt following:
- Write down a shell script to find out factorial of any number entered from keyboard.
- Write down a shell script to find out gcd of two integers entered from key board.
Question 4:
Illustrate out the term process? Illustrate out waiting for a process in detail.
Question 5:
Write down a program to create a process zombie process.