What’s the command to find out today’s date?
How do you find out the number of arguments passed to the shell script?
How do you do Boolean logic operators in shell scripting?
What’s the command to find out users on the system?
How does a case statement look in shell scripts?
How do you find out your own username?
How do you list currently running process?
How do you count words, lines and characters in a file?
What are PIDs?
How do you stop a process?
How do you test for file properties in shell scripts?
How do you read keyboard input in shell scripts?
How do you write a for loop in shell?