Monday, 22 October 2012

Explain about the Exit command? | Shell Scripting Interview Questions

Every program whether on UNIX or Linux should end at a certain point of time and successful completion of a program is denoted by the output 0. If the program gives an output other than 0 it defines that there has been some problem with the execution or termination of the problem.
Whenever you are calling other function, exit command gets displayed.

No comments: