LoginSignup
3
1

More than 3 years have passed since last update.

treeコマンドをCentOS7やEC2のAmazonLinux2インスタンス内で実行できるようにする

Posted at

目的

  • $ treeコマンドをCentOS7やAmazonLinux2で実行できるようにする方法をメモ的にまとめる

詳細

  1. 下記コマンドを実行してtreeコマンドをインストールする。(インストール時にインストール可否を問われるのでyを入力してEnterを押下する。)

    $ sudo yum install tree
    
  2. コマンドのインストール後に下記をターミナルで実行し「command not found」 が表示されなければ成功である。

参考文献

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1