UEFI Shell --常用命令解释
UEFI Shell解释
UEFI Shell 是一个提供用户和UEFI系统之间的接口,进入UEFI Shell可以对计算机系统进行配置
命令解释:
单独的help就可以输出所有指令,不做特殊说明,内置命令的命令行参数中的数值使用的是十六进制,和Linux不同的是不区分大小写。
常用命令解释如下:
| ver | will show the shell version | 展示shell的版本号 |
| reconnect -r | all EFI drivers should be reconnected | 重新连接EFI驱动 |
| alias | all Alias should be displayed | 显示,创建,删除别名 |
| dmem | memory contents are displayed | 显示内存目录 |
| connect | some devices are connected ,drivers startsand status is shown | 连接驱动程序和设备 |
| cp | copy some files to another location | 复制文件 |
| date | can show the local current date | 显示当前或者系统的日期 |
| devices | show system devices | 显示EFI驱动程序管理的设备 |
| devtree | devices are shown in a tree format | 显示设备树 |
| dh | display the handles | 显示设备句柄 |
| disconnect | a device has been disconnected | 断开驱动程序与设备的连接 |
| dmpstore | display the nvram variables | 管理UEFI NVRAM变量 |
| drivers | systemdisplay the list of the drivers that follow the EFI driver model | 显示设备驱动 |
| drvcfg | invoke the driver configuration protocol | 调用驱动程序配置协议 |
| drvdiag | display the available diagnostics | 调用驱动程序诊断协议 |
| echo | system can turn off or turn on the echo | 关闭或者打开回显 |
| edit | can open the file and can edit it | 能够打开文件并且编辑它 |
| eficompress | system can compress the file . ex:eficompress 11.txt 11.zip | 压缩文件 |
| efidecompress | system can decompress the file . ex:eficompress 11.zip 11.txt | 解压文件 |
| hexedit | the file is open in a hex editor | 用十六进制编辑文件,块设备或者内存区域 |
| ls | system can display the list of files on the drive | 列出目录内容或者文件信息 |
| map | system can map all devices | 映射设备到设备路径 |
| mem | system show part of the memory | 显示memory信息 |
| mode | show the available modes | 显示控制台输出设备的模样 |
| mount | system mounts a file on a block device | 在块设备上挂载文件 |
| mv | move a file from a location to another location | 移动一个文件从一个地方到另一个地方 |
| touch | update time and date of a file to the system time and date file | 更新当前时间更新文件或者目录的文件 |
| pci | system show the pci devices | 显示PCI设备 |
| rm | remove a file | 删除文件 |
| stall | system stall for the number of microseconds | 停止处理器几微秒 |
UEFI Shell --常用命令解释的更多相关文章
- (转)Hbase shell 常用命令(1)
Hbase shell 常用命令(1) link:http://blog.csdn.net/scutshuxue/article/details/6988348 下面我们看看HBase Shell的一 ...
- Shell 常用命令总结
Shell常用命令总结 1 ls命令:列出文件 ls -la 列出当前目录下的所有文件和文件夹 ls a* 列出当前目录下所有以a字母开头的文件 ls -l *.txt 列出当前目录下所有后缀名 ...
- shell常用命令归类整理
shell 命令整理 bash shell 含有许多功能,因此有许多可用的命令:本文档仅罗列了一些常用命令及其使用频率较高的参数.#本文档仅罗列了一些常用命令及其使用频率较高的参数.#vers ...
- shell 常用命令语法简介
一.grep用法 ************************************** ++++++用一些特殊的函数来处理参数++++++ *$# 传递给函数的参数个数 *$* 显示所有传递给 ...
- dirname和shell常用命令
$ cd `dirname $0` 和PWD%} 显示当前目录名称${#var} 替换为变量字符个数特殊变量$ 当前SHELL的PID? 前一个命令的退出状态! 后台执行的上 ...
- MongoDB与Mysql常用命令解释
原文 本文旨在介绍MongoDB,Mysql的常用命令:将MongoDB 和传统的关系型数据库的常用命令对照起来学习,更加便于记忆和理解. MongoDB是由数据库(database/reposito ...
- hbase基本概念和hbase shell常用命令用法
1. 简介 HBase是一个分布式的.面向列的开源数据库,源于google的一篇论文<bigtable:一个结构化数据的分布式存储系统>.HBase是Google Bigtable的开源实 ...
- 【转载】HBase基本概念和hbase shell常用命令用法
1. 简介 HBase是一个分布式的.面向列的开源数据库,源于google的一篇论文<bigtable:一个结构化数据的分布式存储系统>.HBase是Google Bigtable的开源实 ...
- Linux+Shell常用命令总结
因为自己不经常使用linux的命令行工具,但是mac的终端还是经常使用的,有些命令总是要想一会或者百度一下才知道怎么用,抽时间整理了一下常用的命令,作为笔记. 常用命令 查看文件操作: ls :列出当 ...
随机推荐
- Java 解析 xml 常见的4中方式:DOM SAX JDOM DOM4J
Java 四种解析 XML 的特点 1.DOM 解析: 形成了树结构,有助于更好的理解.掌握,且代码容易编写. 解析过程中,树结构保存在内存中,方便修改. 2.SAX 解析: 采用事件驱动模式,对内存 ...
- Python常见报错 - 使用openpyxl模块时出现错误: zipfile.BadZipFile: File is not a zip file
背景 在pycharm项目下,有一个data.xlsx,主要用来存放接口测试用例数据的 要通过openpyxl库去读取data.xlsx,方法: openpyxl.load_workbook(path ...
- Scrapy模拟登录信息
携带cookie模拟登录 需要在爬虫里面自定义一个start_requests()的函数 里面的内容: def start_requests(self): cookies = '真实有效的cookie ...
- UDO、TCP、HTTP、websocket
如图:
- Apk优化极致
1. webp WebP格式,谷歌(google)开发的一种旨在加快图片加载速度的图片格式.图片压缩体积大约只有JPEG的2/3,并能节省大量的服务器宽带资源和数据空间.Facebook Ebay等知 ...
- 2019-2020-1 20199328《Linux内核原理与分析》第八周作业
笔记部分 2019/11/4 17:55:22 elf文件代码默认加载到0x8048000,然后是一段首部信息,然后到达程序的真实入口 正常的系统调用会先进入内核态->用户态->系统调用下 ...
- nginx 配置多个 https 域名访问
需要此操作的原因 在服务器上部署了 halo blog 以后,这次需要部署另外一个项目,但是又不想使用 ip + port,因此选择使用 nginx 配置多个域名访问. nginx 配置 server ...
- opencv-2-VS2017与QT显示图像
opencv-2-VS2017与QT显示图像 opencvqtVSC++ 目的 使用 VS 构建第一个 opencv 程序 使用 QT 构建 第一个 opencv 程序 VS 导入 QT 程序 开始 ...
- 理解分布式一致性:拜占庭容错与PBFT
理解分布式一致性:拜占庭容错与PBFT 拜占庭问题 拜占庭容错BFT PBFT(Practical Byzantine Fault Tolerance) why 3f+1 ? PBFT 的优点 PBF ...
- ajax无刷新上传和下载
关于ajax无刷新上传和下载 这是一个没什么含量但是又用的比较多又不得不说的问题,其实真的不想说,因为没什么好说的. 关于上传 1.使用Flash,ActiveX 上传 ,略... 2.自己写XMLH ...