OS - Debian Stable
I downloaded fonts from a website (that seemed legitimate to me) and transferred the contents to /usr/share/fonts/directory. There's a .uuid file being generated for every directory with a string like this as its sole content:
f25e9432-c6f1-4bbe-a33c-89289a8d17f1
This file regenerates right after I delete it. Is this a malicious program? Is this indexing by the OS itself or is it something like fc-cache running in the background? What could be the cause of this?
xfsettingsd(in case of XFCE) scanning fonts directories.fontconfigpackage for font management.fontconfiggenerates.uuidfiles for caching purpose to speed up GUI loading time. Any packages linking tofontconfigmay trigger a scan of system-wide and user-specific font directories. I observed two as stated above. Synaptic is run manually with root privilges, so creates.uuidfiles in all font directories.xfsettingsdruns with non-root user UID, so continuously watches user-specific directories only while running as daemon.