摘要: pwd 查看工作目录 ls 查看目录文件 mkdir test 创建test文件夹 cd test 进入test touch a.txt 创建a.txt文件夹 cat a.txt 查看写入的文件内容 vim a.txt 常用 Linux 命令的基本使用 序号 命令 对应英文 作用 01 ls lis 阅读全文
posted @ 2021-06-01 10:33 Why-L 阅读(75) 评论(2) 推荐(1)