Please enable JavaScript.
Coggle requires JavaScript to display documents.
Learning The Terminal - Coggle Diagram
Learning The Terminal
what is the terminal?
what is a shell
-
-
WILL TAKE our commands and pass it to os, translates our commands, human language, translates it to the os
A shell in Linux is a program that provides a command-line interface (CLI) for interacting with the operating system's kernel. It acts as an interpreter, taking commands entered by the user and translating them into instructions that the kernel can understand and execute.
what is bash?
it's a shell
-
-
-
-
-
-
-