bambuntu Asked: 2012-03-01 14:50:45 +0800 CST2012-03-01 14:50:45 +0800 CST 2012-03-01 14:50:45 +0800 CST How To Log File Names A Process Accesses 772 I need to monitor a process to find out what file it is saving it's configuration data in. I can't find the config file, but I know the process. Is there a way to log the files that a process is accessing (including spawned processes also)? log files process 1 Answers Voted Best Answer poolie 2012-03-01T14:53:05+08:002012-03-01T14:53:05+08:00 Yes strace -f -e trace=open ls /etc
Yes