51.
What is the output of this program?
#!/bin/bash
var1=10
$var1=20
echo $var1
exit 0

55.
Which of the following statement is FALSE ?

59.
Which one of the following is not true?

Read More Section(Linux)

Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.