Unix - Study Mode

[#1111] Which of the following is referred to as default variable?
Correct Answer

(D) $_

[#1112] In ex-mode, last line is represented by . . . . . . . .
Correct Answer

(B) $

[#1113] chmod command can take multiple filenames as arguments.
Correct Answer

(A) True

[#1114] For repeating the character search , and

are used.
Correct Answer

(A) True

[#1115] Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year?
Correct Answer

(D) find /user/* (-mtime + 365 - a - atime +365 ) - OK rm {}