Enable core dump in linux

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

 


Posted

in

by