Linux bash / Deleting Troubleshoot Information and Core Dumps
Author | Unprotect |
Platform | Linux |
Language | bash |
Technique | Deleting Troubleshoot Information and Core Dumps |
Code
# Remove all state dumps and core dumps
rm -rf /data/var/statedumps/*
rm -rf /data/var/cores/*
Created
January 16, 2025
Last Revised
January 16, 2025