Unix - Study Mode
[#966] When we log in, the UNIX places us in a directory, called . . . . . . . . directory
Correct Answer
(A) home
[#967] Which of the following keys are used to moving the cursor up and down?
Correct Answer
(D) k and j
[#968] Which option is used with grep command for ignoring the case in pattern searching?
Correct Answer
(C) -i
[#969] For creating and removing directories, which of the following system calls are used?
Correct Answer
(D) mkdir and rmdir
[#970] uniq command requires a sorted file as input.
Correct Answer
(A) True