GNU and Unix Commands (Topic 1.103)

Review Questions

  1. Describe the difference between shell variables and environment variables.

  2. Compare and contrast built-in and explicitly defined commands and those found in PATH.

  3. After a lengthy session of file manipulation on the command line, what will !ls produce?

  4. What program was the source for the default history editing key bindings in bash?

  5. Explain the notion of pipes as they refer to shell capabilities, and illustrate using an example of two or more filter programs.

  6. Explain the -p option to cp and give an example of why it is necessary.

  7. Give two examples of files matched by the wildcard ??[!1-5].

  8. Name the three standard I/O streams and their functions.

  9. Give an example of the redirection operator, >, and describe how the outcome would be different using the >> operator.

  10. What process is the ultimate ancestor of all system processes? Give both the PID and the program name.

  11. Name three common utilities used for process monitoring.

  12. What happens to a typical daemon when it receives SIGHUP? How would the behavior be different if it received SIGKILL?

  13. Compare and contrast background and foreground jobs, and state the syntax to put a command in the background on the command line.

  14. Explain the relationship between a process's nice number and its execution priority.

  15. What two classifications of characters make up regular expressions?

  16. How are the regular expressions [A-Z]* and ^[A-Z]*$ different?

  17. What is the difference between executing :q versus :q! in vi?

  18. What does it ...

Get LPI Linux Certification in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.