Linux系统添加Tree命令 | Ubuntu 18 | CentOS 7 |
【摘要】
普通用户进行安装,可以尝试源码方式进行安装
Ubuntu 18.04 安装 tree
使用具备 sudo 权限的用户进行安装,然后普通用户即可使用 tree 命令:
查看系统:
c...
普通用户进行安装,可以尝试源码方式进行安装
Ubuntu 18.04 安装 tree
使用具备 sudo
权限的用户进行安装,然后普通用户即可使用 tree
命令:
查看系统:
cat /etc/issue
Ubuntu 18.04.5 LTS \n \l
sudo apt-get install tree
效果如下:
tree
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
CentOS 7 安装 tree
我这里使用的root用户进行的安装,普通用户没有做尝试:
查看系统
cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
yum 进行安装:
yum -y install tree
- 1
- 2
- 3
- 4
- 5
- 6
文章来源: positive.blog.csdn.net,作者:墨理学AI,版权归原作者所有,如需转载,请联系作者。
原文链接:positive.blog.csdn.net/article/details/114130068
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)