OS - Written Test1
OS - Written Test1
Skill Test -1
Date:
Set -1
1) Write and execute the file directory commands with the syntax and options.
a) mkdir c) cat
b) mv d) rm
2) a) Write a shell script to Find the biggest of three numbers using if-elif-fi.
b) Write a shell script to check whether a person is eligible to vote or not.
Set-2
1) Write and execute file manipulation commands with the syntax and options.
a) ls c) chmod
b) comm
2) a) Write a shell script to count number of lines, words, and characters in a given file.
Set-3
1) Write and execute text processing commands with the syntax and options.
a) sort c) uniq
b) wc d) head