While running a C program, It says “(core dumped)” but I can’t see any files under the current path.
I have set and verified the ulimit
:
ulimit -c unlimited
ulimit -a
I also tried to find a file named “core”, but didn’t get the core dumped file?
Any help, where is my core file?