
Linux
想飞的猩猩
路漫漫其修远兮 吾将上下而求索
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2021-06-20Linux安装yum报错
Linux安装yum报错安装 yum install gcc-c++yum install gcc-c++Loaded plugins: fastestmirror, refresh-packagekit, securitySetting up Install ProcessLoading mirror speeds from cached hostfileYumRepo Error: All mirror URLs are not using ftp, http[s] or file.Eg原创 2021-06-20 18:43:12 · 601 阅读 · 0 评论 -
Linux基本命令
cd 切换目录cd 切换回用户的主目录cd … 返回上一级目录cd …/返回上一级目录下的某个目录cd 路径相对路径绝对路径:只要是以/开头的就是绝对路径pwd查看当前所在目录的具体位置较长的命令,用tab补齐ls 显示当前目录下的文件ls后文件会以不同颜色显示,代表不同类型的文件蓝色:文件夹(目录)ls -als -lman ls 查看帮助手册ls -...原创 2019-06-04 10:09:18 · 220 阅读 · 0 评论