Tech-Recipes: Prevent Solaris core files creation with coreadm | Solaris system administration | Tech-Recipes
-
Adam Leventhal · 5 years agoYou can do this, but it can create real problems. If an application crashes the ISV who wrote that app should want the core file. If you want to better manage your core files, set up a global core file repository with "coreadm -e global -g /var/cores/core.%f.%n" or something similar.