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
To pytanie dostało ostrzeżenie
1
Odpowiedz
9402
Widoki
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
|
2
sie 19
|
5412 | ||
|
|
2
wrz 23
|
8269 | ||
|
|
4
maj 25
|
56359 | ||
|
The style compilation failed
Rozwiązane
|
|
6
gru 23
|
48612 | |
|
|
3
paź 21
|
20780 |