"CentOS tree 설치"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
4번째 줄: 4번째 줄:
==설치 확인==
==설치 확인==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# tree
[root@zetawiki ~]# tree
-bash: tree: command not found
-bash: tree: command not found
</source>
</source>
10번째 줄: 10번째 줄:
==설치==
==설치==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# yum install tree
[root@zetawiki ~]# yum install tree
... (생략)
... (생략)
==================================================================================================================
==================================================================================================================

2015년 2월 12일 (목) 02:16 판

리눅스 tree 설치

1 설치 확인

[root@zetawiki ~]# tree
-bash: tree: command not found

2 설치

[root@zetawiki ~]# yum install tree
... (생략)
==================================================================================================================
 Package                 Arch                      Version                          Repository               Size
==================================================================================================================
Installing:
 tree                    x86_64                    1.5.3-2.el6                      Daum                     36 k

Transaction Summary
==================================================================================================================
Install       1 Package(s)

Total download size: 36 k
Installed size: 65 k
Is this ok [y/N]: y
Installed:
  tree.x86_64 0:1.5.3-2.el6                                                                                       

Complete!

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}