Description
Read-only files can receive a writable overlay for temporary or layered changes. Developers and administrators use it when they need to test modifications without changing the original files directly.
Overlay writes can hide the true source state or confuse cleanup. Track overlay paths carefully and avoid using it blindly on critical data.