Which Linux command is used to print a file?
To check if the file exists and is executable we have to use ___ option with test.
Which of the following option is used for checking if the file is readable or not?
Which command allows you to schedule jobs for later execution, as soon as the system load permits?
To perform decision making based on the fulfillment of certain criteria, which programming construct is used?
Which of the following expressions is a correct wildcard pattern if we want an expression in which the last character is not numeric?
What command is used to search for the word "director" in the file emp.lst?
What is the output of the command ls dir*
?
The output of the command ls dir*
is ___
In the following code snippet:
var1 = 10
$var1 = 20
echo $var1