Unix - Study Mode
[#336] Which command will be used with vi editor to replace single character under cursor with any number of characters?
Correct Answer
(A) s
[#337] Which of the following set options is used with vi editor to ignore case while searching for patterns?
Correct Answer
(A) ic
[#338] Which command is used to list out all the hidden files along with the other files?
Correct Answer
(D) ls -a
[#339] Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note?
Correct Answer
(A) chmod 761 note
[#340] The chmod ugo+rw note command can be represented in octal notation as
Correct Answer
(B) chmod 666 note