Question 1: Describe the following commands with syntax, options and examples:
a) Head
b) Tail
c) More
d) pg
Question 2: Describe about various file handling utilities available in LINUX. Quote different options and examples for each.
Question 3: Describe about awk and sed.
Question 4: How a file can be explained in UNIX environment? List and describe about the different types of files in UNIX.
Question 5: Define the term Shell. Describe various types of shells available in UNIX. Describe Shell Responsibilities.
Question 6:
a) Explain any four built in variables in Shell and explain their use giving an illustration for each.
b) Write a shell script to display GUD MRNG, GUD AFTERNOON, GUD NIGHT based on system time whenever user logs on.
c) Write a shell script to find out the factorial of a number.
Question 7: Describe about Shell Meta Characters, Shell Variables, Environment Variables, I/O Redirection operators.