Here&#39;s my case. <br>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&#39;t finished writing to it. <br>
<br>How do I configure Samba or the Linux program to read the file after the Windows program finished writing it? <br>