Enable Linux core dump generation


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #!/bin/bash
  2.  
  3. ulimit -f unlimited
  4. ulimit -u unlimited
  5. ulimit -c unlimited

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.