sobota 9. mája 2020

tree ako strom vo filesystéme

Občas potrebjeme zistiť stromovú štruktúru daného adresára alebo súboru. Isto ste už počuli o príkaze tree.




Takto to fungue:

tree a cesta



Príklad:

1) klasické tree

root@guliverkel:/home/martin# tree /etc/ssh/
/etc/ssh/
├── moduli
├── ssh_config
├── sshd_config
├── ssh_host_ecdsa_key
├── ssh_host_ecdsa_key.pub
├── ssh_host_ed25519_key
├── ssh_host_ed25519_key.pub
├── ssh_host_rsa_key
└── ssh_host_rsa_key.pub

0 directories, 9 files




2) tree a prepínač veľké D (posledná modifikácia súboru)


root@guliverkel:/home/martin# tree -D /etc/ssh/
/etc/ssh/
├── [Aug 21  2018]  moduli
├── [Aug 21  2018]  ssh_config
├── [Jul 15  2019]  sshd_config
├── [May  8 23:52]  ssh_host_ecdsa_key
├── [May  8 23:52]  ssh_host_ecdsa_key.pub
├── [May  8 23:52]  ssh_host_ed25519_key
├── [May  8 23:52]  ssh_host_ed25519_key.pub
├── [May  8 23:52]  ssh_host_rsa_key
└── [May  8 23:52]  ssh_host_rsa_key.pub

0 directories, 9 files
root@guliverkel:/home/martin#

3) tree a práva

root@guliverkel:/home/martin# tree -pD /etc/ssh/
/etc/ssh/
├── [-rw-r--r-- Aug 21  2018]  moduli
├── [-rw-r--r-- Aug 21  2018]  ssh_config
├── [-rw-r--r-- Jul 15  2019]  sshd_config
├── [-rw------- May  8 23:52]  ssh_host_ecdsa_key
├── [-rw-r--r-- May  8 23:52]  ssh_host_ecdsa_key.pub
├── [-rw------- May  8 23:52]  ssh_host_ed25519_key
├── [-rw-r--r-- May  8 23:52]  ssh_host_ed25519_key.pub
├── [-rw------- May  8 23:52]  ssh_host_rsa_key
└── [-rw-r--r-- May  8 23:52]  ssh_host_rsa_key.pub

0 directories, 9 files

Tu je zdroj: https://www.geeksforgeeks.org/tree-command-unixlinux/

-je tam mnoho prepínačov

Takisto čítajte aj toto: http://www.gljs.sk/linux/triky.html

Mimo toho: pozrite sa na nanopi: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO

Sledujte ju: ona je super: https://www.youtube.com/user/SysAdmGirl




Žiadne komentáre:

Zverejnenie komentára