Here's my case. I have a Windows program running on Window server writing text to some text files, and I also have a Linux program accessing that files with smb-client. In some cases, my Linux program read only part of the files because Windows program hasn't finished writing to it.
How do I configure Samba or the Linux program to read the file after the Windows program finished writing it?
