Which statement describes the concept of Bash shell in operating systems?
- Bash shell is a Linux GUI.
- Bash shell is a command shell that supports interactive command execution only.
- Bash shell is a GUI that can be used in operating systems.
- Bash shell is a command shell and language interpreter for an operating system.
Explanation & Hints:
Bash shell is a command shell and language interpreter available for operating systems such as Linux, macOS, and Windows. It allows for interactive or non-interactive command execution.
|