Unix - Study Mode

[#1121] To replace | with ~, which one of the following commands will be used?
Correct Answer

(B) tr '|\' '~-' > emp.lst

[#1122] The command used to remove the directory is
Correct Answer

(A) rmdir

[#1123] Which one of the following key is used to switch from command mode to input mode?
Correct Answer

(A) i

[#1124] The root directory is represented by . . . . . . . .
Correct Answer

(B) /

[#1125] perl also supports use of for loop in the following manner. for($i=0
$i<3
$i++){ }
Correct Answer

(A) True