10 2020 档案
摘要:当linux中LVM的工具没有安装时会出现以下错误 -bash: pvcreate: command not found -bash: pvscan: command not found -bash: pvdisplay: command not found -bash: pvremove: com
阅读全文
摘要:1.cd:切换目录 2.pwd:查看当前目录 3.mkdir:创建目录 4.ls:查看文件或目录信息 5.rm:删除命令 6.cp:复制命令 7.mv:移动命令 8.cat:将所有文件内容显示在屏幕上 9.tac:将所有文件内容倒叙显示在屏幕上 10.more:查看文件内容,一屏一屏显示 11.le
阅读全文