I have a program when gets executed write files to the local drive say /test/reports. Now we are switching this program to new server but would like the program write back /test/reports of old server. If we use NFS mount /test/reports on new server, does it will be local to the program and write to it when is executed? Please let me know.