How do you write a while loop in shell?
How do you refer to the arguments passed to a shell script?
How do you test for file properties in shell scripts?
What’s the command to find out users on the system?
How do you stop a process?
How do you list currently running process?
How do you search for a string in a directory with the subdirectories recursed?
How do you write a for loop in shell?
How do you remove a file?
What’s the command to find out today’s date?
How do you search for a string inside a directory?
How do you do number comparison in shell scripts?
How do you do Boolean logic operators in shell scripting?