[1. 개요]
- 리눅스 서버 디스크 용량 확보를 위함.
- /var/log 에서 용량을 많이 차지하는 로그 파일 삭제가 필요.
- 특히, /var/log/journalctl
- 시스템 데몬 관련 로그 파일이라 임의로 지우면 안됨. (아마도)
[2. 명령어]
- journalctl --list-boots
# - journalctl --dist-usage
# - journalctl --vacuum-size={BYTES}
# Reduce disk usage below specified size - journalctl --vacuum-files={INT}
# Leave only the specified number of journal files - journalctl --vacuum-time={TIME}
# Remove journal files older than specified time
journaltcl --vacuum- 을 이용해 원하는 대로 삭제하도록 한다.
'서버 관리 > 리눅스' 카테고리의 다른 글
chrome 임시 파일 관련 용량 관리 (0) | 2024.06.11 |
---|---|
계정 추가. useradd, adduser (1) | 2023.10.17 |
df 와 du 와 디스크 용량 차이 발생 및 해결 방법 (0) | 2023.10.04 |
shell script 정리 (0) | 2023.04.17 |
jq 명령어 (0) | 2023.02.05 |