Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8396 มุมมอง

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.


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ส.ค. 19
4652
2
ก.ย. 23
7264
4
พ.ค. 25
51848
The style compilation failed แก้ไขแล้ว
6
ธ.ค. 23
47060
3
ต.ค. 21
19194