“Tamanho da pasta no MB Linux” Respostas de código

Tamanho da pasta no MB Linux

# Just use the du command:
du -sh -- *

# will give you the cumulative disk usage of all non-hidden directories,
# files etc in the current directory in human-readable format.

# You can use the df command to know the free space in the filesystem 
# containing the directory:
df -h .
Merwanski

Mostrar tamanho do diretório Linux

du -sh /home/george
2.1G    /home/george
Excited Elk

Respostas semelhantes a “Tamanho da pasta no MB Linux”

Perguntas semelhantes a “Tamanho da pasta no MB Linux”

Mais respostas relacionadas para “Tamanho da pasta no MB Linux” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código