‎What is a shell? · ‎Types of shell · ‎what is shell scripting?



‎What is a shell? · ‎Types of shell · ‎what is shell scripting?..

Answer / Mohammad Shabbar Ali

A Shell is a user interface for interacting with an operating system. Types of Shells include Bourne Shell (sh), Bourne Again Shell (bash), C Shell (csh), Korn Shell (ksh), and TENEX C Shell (tcsh). Shell Scripting refers to the practice of writing scripts to automate tasks in a Unix-like operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What is a shell environment?

1 Answers  


How do we delete all blank lines in a file?

1 Answers  


c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

3 Answers  


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


How do you schedule a command to run at 4:00 every morning?

5 Answers   Wipro,


Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


What is in a script?

1 Answers  


What does chmod do?

1 Answers  


How do I edit a .sh file?

1 Answers  


c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

1 Answers  


What is the use of "test" command?

2 Answers  


Explain about the slow execution speed of shells?

1 Answers  


Categories