linux常用命令 tree命令的安装.使用和介绍

1.安装

[root@izwz91h49n3mj8r232gqwez local]# yum -y install tree      

2.使用

2.1.目录结构查看

[root@izwz91h49n3mj8r232gqwez nginx]# pwd
/weblogic/nginx
[root@izwz91h49n3mj8r232gqwez nginx]# tree .
.
├── client_body_temp
├── conf
│   ├── fastcgi.conf
│   ├── fastcgi.conf.default
│   ├── fastcgi_params
│   ├── fastcgi_params.default
│   ├── koi-utf
│   ├── koi-win
│   ├── mime.types
│   ├── mime.types.default
│   ├── nginx.conf
│   ├── nginx.conf.default
│   ├── scgi_params
│   ├── scgi_params.default
│   ├── uwsgi_params
│   ├── uwsgi_params.default
│   └── win-utf
├── fastcgi_temp
├── html
│   ├── 50x.html
│   └── index.html
├── logs
│   ├── access.log
│   ├── error.log
│   └── nginx.pid
├── proxy_temp
├── sbin
│   ├── nginx
│   └── nginx.old
├── scgi_temp
└── uwsgi_temp

9 directories, 22 files
[root@izwz91h49n3mj8r232gqwez nginx]# 

猜你喜欢

转载自blog.csdn.net/u014636209/article/details/83040066
今日推荐