1.
Select the correct option with respect to UNIX operating system, to display the list of files which match with the string student or STUDENT.
2.
We have three files in the system - 2stud, 1stud, and 3stud respectively .Which UNIX command will sort all these file numerically
3.
We have three files in the system - stud, faculty, and STUDENT respectively .Which UNIX command will sort all these file in reverse order
4.
What the below mention UNIX command will do
$ cat student | sed '4,10d'
5.
What the below mention UNIX command will do
$ cat student | sed '2,5!d'
6.
What the below mention UNIX command will do
$ cat student | sed '1~5d'
7.
If the user wants to display a message with an underline, which command he needs to be used?
8.
What the below mention command will do
$ tput cup 5 25
9.
If user want to know the information about free inode which block he needs to be accessed in UNIX
10.
If user want to know the information about the size of the file system which block he needs to be accessed in UNIX