Computer Science, asked by fzahra9619, 1 year ago

What is shell? Name the commonly used shells on diffrent unix/linux variants?

Answers

Answered by HRSRaj
2
Shell is a user program or it's environment provided for user interaction. Shell is an command language interpreter that executes commands read from the standard input device (keyboard) or from a file.Shell is not part of system kernel, but uses the system kernel to execute programs, create files etc.
Similar questions