I have 2 users on a system. One user is able to provide all the logs for iperf3 installed on the system. But second user gives error as:
iperf3: error - unable to create a new stream: No such file or directory
Does iperf3 requires some specific file/directory write access? Or tcp/udp socket write access? or some other access?
Edit: Is it possible to force iperf3 to create temp files on a specific location and not default location?
Any lead would be appreciated.