AWS Linux Commands

Hdd full / EBS Volume full / No space left

you can check the total and vailable space using,

df -h

And then run the below command which displays the high data space files (kind of log files)

sudo find / -type f -printf '%12s %p\n' 2>/dev/null|awk '{if($1>999999999)print $0;}'
sudo du -shx /* | sort -h

And then you can delete in case you don’t need those files,

sudo rm -rf /root/.pm2/logs/local-error.log

4 comments

  • Be beautiful enough to feast the eyes

  • I appreciate your website; however, I would like to bring to your attention that a number of your postings contain misspelled words. While I find it extremely bothersome to provide the truth, I will definitely revisit your site.

  • Carla4281

    Элвис Пресли, безусловно, один из наиболее влиятельных музыкантов в истории. Родившийся в 1935 году, он стал иконой рок-н-ролла благодаря своему харизматичному стилю и неповторимому голосу. Его лучшие песни, такие как “Can’t Help Falling in Love”, “Suspicious Minds” и “Jailhouse Rock”, стали классикой жанра и продолжают восхищать поклонников по всему миру. Пресли также известен своими выдающимися выступлениями и актёрским талантом, что сделало его легендой не только в музыке, но и в кинематографе. Его наследие остается живым и вдохновляет новые поколения артистов. Скачать музыку 2024 года и слушать онлайн бесплатно mp3.

  • I always appreciate your balanced view on things. This post was no exception.

Leave a Reply