DevOps UNIX Shells

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