Why my file gets deleted from /tmp directory on LINUX?

32 views Asked by At

(Linux Sles12 OS) After running command kinit to create a Kerberos ticket, I run klist and I see the file is stored at: /tmp/krb5cc_123456789 its seems like after a random short time (few min/sec) the file gets deleted. how can I find what is responsible for the deletion of this file?

Thanks!

I searched and saw that the file /usr/lib/tmpfiles.d/tmp.conf is responsible for tmp deletion policy however it is with default setting means nothing gets deleted.

0

There are 0 answers