Unix - Study Mode
[#901] To yank from current cursor up to first occurrence of string str in reverse direction, we can use:
Correct Answer
(A) y?str
[#902] userdel is used for removing users from the system.
Correct Answer
(A) True
[#903] Which of the following signals are generated from the hardware?
Correct Answer
(D) SIGPE, SIGILL, SIGSEGV
[#904] To append contents of buffer to file01, we can use . . . . . . . .
Correct Answer
(A) : w >> file01
[#905] Which command is used for displaying date in the format dd/mm/yyyy ?
Correct Answer
(C) date +"%d/%m/%Y"