Lesson 9
Processes and shells Conclusion
This module discussed how to determine your login shell, run a new shell interactively from the command line, and run a shell script using three
different techniques. You also learned what a process is, the relationship between parent and child processes, and that parent processes pass their
exported variables down to their children. Finally, you learned how the PATH variable affects your scripts and how to redefine the PATH in a shell
script.
Key commandsThis module introduced you to the following commands:
- ps
-
ps f
-
/bin/sh
-
/bin/csh
- /bin/ksh
This module introduced the following terms:
In the next module, you will learn to embed one UNIX command inside another. This technique is referred to as embedded command execution. Shells Processes - Quiz
- process
- shell prompt
- interactive shell
- command line
- command line interface
- foreground process
- background process
- child process
- parent process
- startup file
Click the link below to test your knowledge of processes and shells.
Shells Processes - Quiz
Shells Processes - Quiz