Site Tools


shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
shell [May 14, 2026 at 11:38] – external edit 127.0.0.1shell [May 14, 2026 at 13:07] (current) yanevskiv
Line 7: Line 7:
 When people say "run this command in a terminal" they usually mean running the command in a terminal shell. Any program (like vim) can theoretically run in the terminal on its own, without being started by a shell. But -- it is the shell that allows you to type in `vim file.txt` and hit enter to run vim. The shell is the one that parses that and says "Aha, the user wants to run the program `/usr/bin/vim` and pass `file.txt` as the only argument". When people say "run this command in a terminal" they usually mean running the command in a terminal shell. Any program (like vim) can theoretically run in the terminal on its own, without being started by a shell. But -- it is the shell that allows you to type in `vim file.txt` and hit enter to run vim. The shell is the one that parses that and says "Aha, the user wants to run the program `/usr/bin/vim` and pass `file.txt` as the only argument".
  
-The most popular shell in [[gnu-linux|GNU/Linux]] is [[bash|Bash]] shell. +The most popular shell in [[gnu-linux|GNU/Linux]] is bash shell.
- +
-Adjacent articles: +
- +
- - [[tty]] +
- - [[terminal]] +
- - [[curses]]+
  
 ## Command line ## Command line
shell.txt · Last modified: by yanevskiv