Apple 지원 포럼에서 답변을 발견했습니다 : https://discussions.apple.com/message/30046649#message30046649
Apple은 OS X 10.10에서이 동작을 소개했습니다. 소스 코드에서 찾을 수 있습니다.
http://www.opensource.apple.com/source/smb/smb-759.40.1/kernel/smbfs/smbfs_smb.c
코드 위의 주석은 다음과 같습니다.
* We have an open file that they want to delete. Use the NFS silly rename
* trick, but try to do better than NFS. The picking of the name came from the
* NFS code. So we first open the file for deletion. Now come up with a new
* name and rename the file. Make the file hidden if we can. Now lets mark
* it for deletion and close the file. If the rename fails then the whole call
* should fail. If the mark for deletion call fails just set a flag on the
* vnode and delete it when we close.
다른 인터넷 검색은 '누군가'가 열린 파일 처리기를 가지고 있고 나중에 자동으로 정리되는 동안 유지된다는 것을 의미합니다.