How shell works?
Answer / 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 |
Hi All, Is it possible to create one file name only space or space in file name in UNIX and we can able to run that on Unix?
What command needs to be used to take the backup?
What is "test"? How it is used in shell scripting?
How do I edit a .sh file?
How to change our default shell?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What are different types of shell?
Differentiate between ‘ and ” quotes.
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
In shell scripting if text is surrounded by single quotes what does it denotes?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
What is the difference between a 'thread' and a 'process'?