Question
Shiv Shakti Point was added to the nomenclature of which
significant lunar location?Solution
 Shiv Shakti Point was added to the nomenclature of the Chandrayaan-3 landing site, marking a significant achievement in India’s space exploration history.
What does $# represent in a shell script?
Which signal is sent by default when using kill without arguments?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which symbol is used to make a script executable in Linux?
Which character is used to denote a single-line comment in a shell script?
What will be the output of the following script snippet?
  for item in Apple Banana Cherry; do
 echo $item
done
Which symbol is used to comment a single line in shell scripts?
How can you make a shell script executable?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?