Контроль места
du
space control
Файлы в каталоге в гигабайтах
ls -aulh | grep [0-9]G
Каталоги в гигабайтах
du -sh /* | sort -n | grep [0-9]G
10 Самых больших файлов на диске
du -ah /* | sort -n -r | head -n 5
du
space control
ls -aulh | grep [0-9]G
du -sh /* | sort -n | grep [0-9]G
du -ah /* | sort -n -r | head -n 5
From here you can search these documents. Enter your search terms below.
Keys | Action |
---|---|
? | Open this help |
n | Next page |
p | Previous page |
s | Search |