콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
7443 화면

After installing the software odoo 12, I have a small problem. Temporary directories are full. To give you an idea, the server is 90 giga, and I have 73 gigabytes of temporary files. Can I delete them without any problem? 
How is it possible ? Temporary files do not empty automatically

아바타
취소
베스트 답변

Folder /tmp is supposed to be cleaned up on reboot, but if you don't reboot (which is normal for servers), clean up will not happen.

sudo find /tmp -type f -atime +14 -delete

will delete all files older than 14 days.

BEFORE you start deleting stop all programs and services you are using since /tmp/ can be used by programs to temporarily store information for that session.


아바타
취소
관련 게시물 답글 화면 활동
2
8월 19
3982
2
9월 23
6358
4
5월 25
47442
6
12월 23
45609
3
10월 21
17971