Is shell and terminal the same?
Answer / Pushpendra Katiyar
No, the shell and terminal are not exactly the same. The terminal is a program that provides a command-line interface for users to interact with the operating system through text. The shell is a process (program) running inside the terminal that interprets commands and sends them to the kernel.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I run a script from command prompt?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is the use of "test" command?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What does $0 mean in shell script?
What does sh mean?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
What are the different methods available to run a shell script?
How to take input values from the user?
How to include comments in your shell scripts?
Calculate a real number calculation directly from the terminal and not any shell script.
How are shells born?