Using strace to see what a program is doing
strace is a great little program that you can use to see what files a program is using, and error it may be running into as well.
strace is a great little program that you can use to see what files a program is using, and error it may be running into as well.