“Проверьте размер папки Linux” Ответ

Как проверить размер папки в Linux

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

Проверьте размеры папок Linux

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

Показать размер каталога Linux

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

Как получить размер каталога в Linux

du -sh /var
Happy Hare

Проверьте размер папки 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

Проверьте размер папки 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

Ответы похожие на “Проверьте размер папки Linux”

Вопросы похожие на “Проверьте размер папки Linux”

Больше похожих ответов на “Проверьте размер папки Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования