错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Bash

  • Mike O’Leary

摘要

Users issue commands to their Linux systems through a command line. A user might be using a graphical interface (like GNOME) or interacting with a web server; however, even in these cases, the user is either issuing commands to Linux or providing input to a program that was started with a Linux command. Cyber operations professionals need to know how the Bash shell works, including the foundations of Bash arguments, login shells, commands, and builtins. Bash uses variables, environment variables and shell options to control its behavior. Bash also maintains a command history and supports the use of command aliasess.