0
I have a windows server sharing a folder for several Linux clients. Those Linux clients all use "touch" every minute on a file in the Windows shared folder.
I used to have a single "keepalive" file in the Windows server folder. Now, I have a bunch of those file, with some weird extensions.
Where do they come from ? What triggers those files ?

Do you know what switches, etc. and syntax the clients are using when they do this keepalive operation every minute? Please provide that in your answer if you know and can confirm. – Pimp Juice IT – 2016-01-04T22:08:55.543
There are no switches. A simple touch running from a crontab. – pHeoz – 2016-01-05T11:00:37.027
Are you sure there isn't another process hitting this share doing something like SED perhaps? It may be worth a double or triple check. I've seen something similiar with SED processes before but never with TOUCH in a Windows environment. – Pimp Juice IT – 2016-01-06T06:52:19.153