“Sprawdź rozmiar folderu Linux” Kod odpowiedzi

Jak sprawdzić rozmiar folderu w Linux

# show all folder size in the current directory
du -h --max-depth=1
Clever Cardinal

Sprawdź rozmiary folderów Linux

du -h --max-depth=1
Confused Crane

Pokaż rozmiar katalogu Linux

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

Jak uzyskać rozmiar katalogu w Linux

du -sh /var
Happy Hare

Sprawdź rozmiar folderu Linux

#check storage of server
df -h ### Human format


#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h
Uchephilz

Sprawdź rozmiar folderu Linux

#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h

#don't forgive to give a thumbs up
Uchephilz

Odpowiedzi podobne do “Sprawdź rozmiar folderu Linux”

Pytania podobne do “Sprawdź rozmiar folderu Linux”

Więcej pokrewnych odpowiedzi na “Sprawdź rozmiar folderu Linux” w Shell/Bash

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

Przeglądaj inne języki kodu