December 2015
Beginner
306 pages
5h 2m
English
In the last chapter, you learned about using functions in Shell scripts and defining, displaying, and removing functions from the shell. You also learned about passing arguments to functions, sharing data between functions, declaring local variables in functions, returning results from functions, and running functions in the background. In the end, you learned about using source and . commands. You used these commands for using a library of functions.
In this chapter, you will learn the following topics:
dialog utilityTwo types of interrupts exist in the Linux operating system: the hardware interrupt ...