I can't read files with zero-size such as /proc/net/dev. I want to be able to read these files' content. Any ideas? I wouldn't want to exec("cat /proc/net/dev") or anything, but I will if I have to 😐
Thanks in advance 😉
Have you checked your permission settings on those files?
Actually they are files readable by anyone on the system since they provide stats about the system.