DevOps Unix Shells

123456789101112131415161718192021222324252627
Across
  1. 2. Another main task of a shell is ____ handling
  2. 5. Other shells are provided for ____ with existing scripts
  3. 7. The most common shell used today, especially interactively
  4. 8. Z Shell extension of Bourne shell, new default on macOS
  5. 10. The shell that is the default for the root (superuser) account
  6. 12. Shell on all UNIX systems, often provided by bash
  7. 13. Another main task of a shell is system _______
  8. 15. The file /etc/_____, contains a list of installed shells on a Unix system
  9. 16. Often ____-based interfaces are used for configuration
  10. 18. Command/package we installed in the demonstration
  11. 19. Computing, and UNIX, existed before _____
  12. 21. Commands, such as "ls", that are standalone programs are _____ commands
  13. 22. A shell is a _____ over kernel APIs
  14. 23. The first Unix shell was a command _______
  15. 26. Shell created by Bill Joy for BSD
  16. 27. Shell with the syntax of the Bourne shell and the features of the C Shell (csh)
Down
  1. 1. CLI is short for _____ _____ interface
  2. 3. Commands, such as "cd", that are built-in to the shell are _____ commands
  3. 4. Features not in the Bourne shell (sh)
  4. 6. Debian Almquist shell
  5. 9. Shells are used as a ______ language
  6. 11. One of the descendants of the "sh" shell
  7. 13. One of the package manager for Ubuntu is ___-get
  8. 14. One of the main tasks of a shell is to start ____ programs
  9. 17. The first complete "sh" shell, was the ____ shell
  10. 20. Many _____ tasks do not benefit from a GUI
  11. 24. Creator of UNIX, C-programming language, and first Unix shell
  12. 25. Replacement for the shell "sh" on Plan 9