Bash Script
Enable core dump in linux #!/bin/bash ulimit -f unlimited ulimit -u unlimited ulimit -c unlimited