- Bash Quick Start Guide
- Tom Ryder
- 271字
- 2021-07-23 16:58:53
What Bash is and is not
On reading the preceding definition, you may have noticed a few things you might have expected are missing. There is a lot of confusion out there about what Bash is and is not. Here are some common misconceptions:
- Bash is not (necessarily) part of Linux. They are separate pieces of software. GNU Bash existed for several years before the Linux kernel was created, and runs on other operating systems too.
- Bash is not the same thing as SSH. SSH is a service and network protocol for running commands on remote computers. bash can be one such command.
- Bash is also not your terminal or TTY. Your terminal is a device for sending information to, and receiving information from, a computer. Terminals used to be hardware devices with a monitor and keyboard. Nowadays, for most users, they are terminal emulators, or software devices. Bash is a program that runs using your terminal for its input and output.
- Similarly, Bash is not the same thing as PuTTY, iTerm, or xterm. These are terminal emulators, not shells. Your terminal emulator is a program that understands and interprets text-based programs. Bash is one such program.
- Bash is not the command line, in the strictest sense. Bash has an interactive mode, which is an example of a command line, but many other tools have command lines, and not just system shells. The bc calculator tool is an example of another tool with a command line.
Now that you know this, if someone ever asks you for a PuTTY account on your server, make sure to set them straight!
推薦閱讀
- 構建高質量的C#代碼
- 協作機器人技術及應用
- Hands-On Data Science with SQL Server 2017
- 大數據技術與應用
- Learning C for Arduino
- Ruby on Rails敏捷開發最佳實踐
- 在實戰中成長:Windows Forms開發之路
- Visual FoxPro程序設計
- Photoshop CS4數碼攝影處理50例
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Deep Learning Essentials
- 玩轉PowerPoint
- 單片機C51應用技術
- Wireshark Revealed:Essential Skills for IT Professionals
- Java Deep Learning Projects