Answer Posted / satbeer singh
Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What does echo $0 do?
What are the advantages of shell scripting?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
Is shell script a programming language?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How to debug the problems encountered in the shell script/program?
Can we run shell script in windows?
Print the 10th line without using tail and head command.
What is bash used for?
What happens when you type ls?
Differentiate between ‘ and ” quotes.
What can scripts do?
How would you compare the strings in a shell script?
What does the sh command do?