operating systems Online Quiz - 59
Description: operating systems Online Quiz - 59 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
What is the command used for defining a shell variable?
Which of the following is a commented line?
What is the output? #!/bin/sh msg1="one" Msg2="$msg1 two" Msg3="$msg2 three" echo $msg3
What is the command used for redirecting the standard error (stderr) to a file?
What is the output? #!/bin/sh msg1="one" Msg2="$msg1 two" Msg3="$msg2 three" echo $msg3
Which of the following will return the exit code of the last executed command?
What is the command used for changing the scope of a shell variable to a global variable?
What is the command used for printing in Shell Script?
What is the command used for defining a shell variable?
When was Active Directory first released with?
What was Active Directory called in older Microsoft documents?
Everything that 'Active Directory' tracks is considered an
The objects held within a domain can be grouped into containers called
Which command is used to delete all files in the current directory and all its sub-directories?
Which command is used to delete all files in the current directory and all its sub-directories?
Which command is used to delete all files in the current directory and all its sub-directories?