O que significam os símbolos na coluna mais à esquerda do ncdu?

3

OS: Kubuntu 16.04 e ncdu versão 1.11.

Quando eu corro

ncdu -x /

Eu obtenho

--- / --------------------------------------
.  97.1 GiB [##########] /home              
    4.6 GiB [          ] /usr
  718.8 MiB [          ] /lib
. 562.4 MiB [          ] /var
  177.8 MiB [          ] /opt
  143.2 MiB [          ] /boot
   12.7 MiB [          ] /bin
.  11.1 MiB [          ] /etc
   11.0 MiB [          ] /sbin
. 100.0 KiB [          ] /tmp
   36.0 KiB [          ] /mnt
.  16.0 KiB [          ] /media
!  16.0 KiB [          ] /lost+found
    4.0 KiB [          ] /lib64
e   4.0 KiB [          ] /srv
!   4.0 KiB [          ] /root
e   4.0 KiB [          ] /cdrom
@   0.0   B [          ]  initrd.img.old
@   0.0   B [          ]  initrd.img
@   0.0   B [          ]  vmlinuz.old
@   0.0   B [          ]  vmlinuz
>   0.0   B [          ] /sys
>   0.0   B [          ] /run
>   0.0   B [          ] /proc
>   0.0   B [          ] /dev

O que . , ! , e , @ e > significa? man ncdu e info ncdu não possuem informações sobre o significado desses símbolos.

man du também não ajuda.

    
por DK Bose 02.03.2018 / 14:26

1 resposta

6

Enquanto em ncdu , pressione ? para mostrar ajuda, então 2 para mostrar a ajuda de formatação.

Aqui está:

┌───ncdu help─────────────────1:Keys───2:Format───3:About──┐
│                                                          │
│  X  [size] [graph] [file or directory]                   │
│   The X is only present in the following cases:          │
│                                                          │
│   !  An error occured while reading this directory       │
│   .  An error occured while reading a subdirectory       │
│   <  File or directory is excluded from the statistics   │
│   >  Directory was on an other filesystem                │
│   @  This is not a file nor a dir (symlink, socket, ...) │
│   H  Same file was already counted (hard link)           │
│   e  Empty directory                                     │
│                                                          │
│                                         Press q to close │
└──────────────────────────────────────────────────────────┘
    
por pim 02.03.2018 / 15:14