返回
#1743654890 du -h --max-depth=1 #1743654892 find . -name '*' -size +1G -exec ls -alh {} \; #1743655056 exit #1744354715 du -h --max-depth=1 #1744354717 find . -name '*' -size +1G -exec ls -alh {} \; #1744354723 cd ./mail #1744354725 du -h --max-depth=1 #1744354745 cd ./ansr.co.id #1744354747 du -h --max-depth=1 #1744355297 exit #1744357074 du --inodes -h --max-depth=1 #1744357083 cd ./public_html #1744357086 du --inodes -h --max-depth=1 #1747218091 du -h --max-depth=1 #1747218092 find . -name '*' -size +1G -exec ls -alh {} \; #1747218200 exit #1764221309 find /tmp #1764221367 du -sh /home/webw9215/ #1764221391 du -h --max-depth=1 #1764240883 find /tmp -user username #1764241001 find /tmp -user webw9215 #1764286071 du -ah /home/webw9215/ | sort -rh | head -n 10 #1764282803 find /tmp -user webw9215 -exec rm {} \; #1764282837 du -sh /home/usercpanel #1764282894 du -h -max-depth=1 #1764283009 du -sh #1764283025 du -sh /home/usercpanel #1764283051 ls #1764283065 du -sh tmo #1764283068 du -sh tmp #1764283100 find /tmp -user webw9215 #1764283116 ./ #1764283152 du -sh /home/webw9215 #1764283203 du -h -max-depth=1 #1764283230 cd /home/webw9215 #1764283236 dir #1764283251 du -h --max-depth=1 #1764283383 cd /mail #1764283386 cd mail #1764283389 ls #1764283398 du -h --max-depth=1 #1764283561 cd ansr.co.id #1764283565 du -h --max-depth=1 #1764286388 ./ #1764286389 / #1764286392 ../ #1764286395 cd.. #1764297479 du -ah /home/webw9215/ | sort -rh | head -n 10 #1764297847 cd mail #1764297858 du -ah /home/webw9215/mail | sort -rh | head -n 10 #1764298524 find /tmp -user username #1764298539 find /tmp -user webw9215 #1764298582 cd .. #1764298586 find /tmp -user webw9215 #1764298588 cd tmp #1764298590 ls #1764298599 du -ah | sort -rh | head -n 10 #1764298604 cd .. #1764298668 du -sh /home/webw9215 #1764298713 cd /home/webw9215/ #1764298722 du -h –max-depth=1 #1764298746 du -sh –max-depth=1 #1764298791 du -h --max-depth=1 #1764298807 cd mail/ #1764298810 du -h --max-depth=1 #1764299023 cd ansr.co.id/ #1764299027 du -h --max-depth=1 #1769051766 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769053379 find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn #1769053407 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769054466 find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn #1769054480 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769054565 cd public_html/ #1769054568 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769054585 cd andalaninti.co.id/ #1769054587 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769054596 cd wp-content/ #1769054598 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769150952 find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn #1769149314 cd public_html #1769149317 echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" #1769151295 cd public_html #1769151300 find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
保存