I found a strange file in a patients docment folder only because it has root permissions and my script to synch my two machines could not read it
rsync: send_files failed to open “/u/openemr/sites/default/documents/690/.pre_op_evaluation.pdf.gmxlTE”: Permission denied (13)
Does anybody know what that gmxlTE file might be?
Thanks - Merlin
That’s a randomly generated ending for a upload that aborted before it completed and did not get cleaned up. The ‘dot’ prefix at the beginning means “Hidden” to a Linux system. It would have been renamed to pre_op_evaluation.pdf had it completed successfully.