Unix - Study Mode

[#1061] Which of the following keywords are used in while loop?
Correct Answer

(D) do and done

[#1062] Which one of the following command will change our primary prompt from $ to C>?
Correct Answer

(A) PS1="C> "

[#1063] By default, sort command reorders lines in ASCII collating sequence.
Correct Answer

(A) True

[#1064] Using 'e' command we can . . . . . . . .
Correct Answer

(B) move forward to the end of the word

[#1065] file command identifies the file type by examining the magic number of the file.
Correct Answer

(A) True