-
Which shell is most commonly used in Linux? (bash)
-
What is the sed command and its syntax?
-
What is the awk command?
-
What do $0, $1, etc. represent in shell scripting?
-
How do you represent variables in shell scripting?
-
In Linux shell scripting, which command is used to take input from the user? (read)
-
What does the echo command do in Linux shell scripting?
-
How do you comment in a shell script? (#)
-
Which symbol is used for comments in shell scripting? (#)
-
How do you represent an if statement in shell scripting?
-
How is the while loop used in shell scripting?
-
How is the for loop used in shell scripting?
-
Which symbol is used for output redirection? (>)
-
How do you find the length of a file? (wc -c)
-
How do you retrieve a word or value from a file? (grep / awk / sed)
-
What happens when you execute ./etc/file_gyp.sh?
-
What is shell? What is shell scripting? [Webber]
-
What is bash? What is .bashrc? What are environment variables? [Webber]
-
Write shell commands you have used. [Team F1 Network]
-
What is LSP (Linux System Programming)? [Rayden]
-
What is a Linux layer? [Webber]