“Rozmiar folderu w MB Linux” Kod odpowiedzi

Rozmiar folderu w 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

Pokaż rozmiar katalogu Linux

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

Odpowiedzi podobne do “Rozmiar folderu w MB Linux”

Pytania podobne do “Rozmiar folderu w MB Linux”

Więcej pokrewnych odpowiedzi na “Rozmiar folderu w MB Linux” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu