当前位置:网站首页>如何 认识与学习BASH
如何 认识与学习BASH
2022-08-09 06:32:00 【九点六】
2020年05月07日17:38
1.要想让硬件知道你指定的命令,我们必须通过Shell将我们输入的命令与内核沟通。
2.Linux系统默认的shell就是bash在系统中的地址为/bin/bash。
3.bash shell的最常用的功能:
(1)、历史命令(history)
~/.bash_history记录的是前一次登录以前所执行过的命令,而至于这次登录所执行的命令都被缓存在内存中,当你成功的注销系统后,该命令才会记录到bash_history当中。
(2) 、命令与文件补全功能 (Tab 按键的好处)
[Tab] 接在一串命令的第一个字的后面,则为命令补全。
[Tab] 接在一串命令的第二个字的后面,则为【文件补齐】。
4.使用type命令来查询该命令是否为Bash shell的内置命令。
边栏推荐
- C语言实现顺序栈和链队列
- 力扣刷题180
- CalBioreagents超全Id 蛋白兔单克隆抗体,助力科研
- 变压器的工作原理(图解,原理图讲解,一看就懂)
- 关于如何查找NXP S32K1xx系列单片机的封装信息和引脚定义
- Adds, deletes, searches, and changes the leading doubly circular linked list (implemented in C language)
- XxlJobConfig分布式定时器任务管理XxlJob配置类,替代
- 数据库中间件-jdbi
- P7阿里面试题2020.07 之滑动窗算法(阿里云面试)
- [GO], arrays and slices
猜你喜欢
随机推荐
leetcode 之 零移位
报错jinja2.exceptions.UndefinedError: ‘form‘ is undefined
【R语言】对文件进行归一化整理到各文件类型文件夹
TCP segment of a reassembled PDU
普罗米修斯原理及节点发布
ZIP压缩包文件删除密码的方法
【Feel】In the Unity Feel plugin, Camera cannot display CameraShake correctly
Reverse Engineering
力扣刷题180
Gao Zelong, a famous digital collection expert and founder of the Digital Collection Conference, was interviewed by China Entrepreneur Magazine
2022-08-08: Given an array arr, it represents the height of the missiles that will appear in order from morning to night.When the cannon shoots missiles, once the cannon is set to shoot at a certain h
sql problem solving statement to create a table
.NET高级技术
String.toLowerCase(Locale.ROOT)
SiO2 / KH550 modified ferroferric oxide nano magnetic particles | PDA package the ferromagnetic oxide nanoparticles (research)
Introduction and use of BeautifulSoup4
phpstudy install flarum forum
6 states of a thread
crc calculation
Unity五子棋游戏设计 和简单AI实现(1)









