سؤال

Is it possible to trace which files are creating files in the /tmp folder on a linux OS? I want to back trace some files to find out where they have come from

لا يوجد حل صحيح

نصائح أخرى

If the files are open you could find the processes with something like

ll -d /proc/[1-9]*/fd/* | grep /tmp/
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top