DOWNLOAD FREE PDF <<CLICK HERE>>
Unix MCQ Questions MCQ
Congratulations - you have completed Unix MCQ Questions MCQ.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which symbol will be used with grep command to match the pattern pat at the beginning of a line?
$^wedge$pat | |
\$pat | |
pat\$ | |
pat$^\wedge$ |
Question 2 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which command is used to sort the lines of data in a file in reverse order
sort | |
sh | |
st | |
sort -r |
Question 3 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which command is used to display the top of the file?
cat | |
head | |
more | |
grep |
Question 4 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which command is used to copy all files having the string chap and any two characters after that to the progs directory?
cp chap? progs | |
cp chap* progs | |
cp chap[12] /progs/*.* | |
cp chap? /progs/* |
Question 5 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which command is used to change protection mode of files starting with the string emp and ending with 1, 2, or 3?
chmod u+x emp[1-3] | |
chmod 777 emp* | |
chmod u+r? emp | |
chmod 222 emp? |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 5 questions to complete.