Unix - Study Mode

[#281] Which option is used for counting the number of lines in a file only.
Correct Answer

(A) -l

[#282] Which of the following is a correct initialization of variables to null strings?
Correct Answer

(D) x=, x=' ', x=" "

[#283] Which one of the following option is used for locating the files by inode number?
Correct Answer

(B) -inum

[#284] When the process has completed its execution it is called . . . . . . . .
Correct Answer

(D) exit

[#285] Which option is used for counting the number of characters in a file only.
Correct Answer

(C) -c