disable_core_files.ksh 115 B

12345678
  1. #!/bin/ksh
  2. {
  3. print ""
  4. print "# Disable .core file generation"
  5. print "ulimit -Sc 0"
  6. } >>$HOME/.profile