Manjaro Difference between revisions of "System Maintenance/ru"

Difference between revisions of "System Maintenance/ru"

From Manjaro
(Created page with "Чтобы создать отсортированный список содержимого с размерами: {{UserCmd|command=du -sh ~/.cache/* | sort -h}}")
(Created page with "Чтобы автоматически очистить все файлы внутри {{ic|.cache}}, к которым не было обращений в течение 100...")
Tags: Mobile web edit Mobile edit
Line 15: Line 15:
{{UserCmd|command=du -sh ~/.cache/* | sort -h}}
{{UserCmd|command=du -sh ~/.cache/* | sort -h}}


To automatically purge all {{ic|.cache}} files that have not been accessed in 100 days:
Чтобы автоматически очистить все файлы внутри {{ic|.cache}}, к которым не было обращений в течение 100 дней:
{{UserCmd|command=find ~/.cache/ -type f -atime +100 -delete}}
{{UserCmd|command=find ~/.cache/ -type f -atime +100 -delete}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.