Linux Bash: abrt command and /var/spool/abrt
I have update script for my computer here. The last action in the script is to check the /var/ directory. du -sh /var/* | sort -rh | head -n 10 I saw that What is /var/spool /var/spool contains the printer jobs, crash reports and e-mails I check what is the content of the path /var/spool, and I found the folder „abrt“ What is abrt? In the manual, page stands: abrt – Manage problems handled by ABRT On the official website…