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 |
What is a shell script in windows?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
What are the different communication commands available in the shell?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
What does chmod do?
Why is it called a shell?
How does path variable work?
what is the difference between cmp and diff commands
What is bourne shell scripting?
Explain about echo command?
What is path in shell script?