Tools / Shell Scripting Interview Questions
What is a shell?
Shell is an interface between the user and the kernel. Even though there can be only one kernel; a system can have many shells running simultaneously. So, whenever a user enters a command through the keyboard, the shell communicates with the kernel to execute it and then displays the output to the user.
More Related questions...