+A temporary file is a transient data store, created by a program to hold information for a short duration. These files often serve as a [buffer](/wiki/buffer) or workspace, facilitating operations without cluttering permanent [storage](/wiki/storage), and are typically deleted upon process completion or program exit.
+## See also
+- [Cache](/wiki/cache)
+- [Scratchpad](/wiki/scratchpad)
+- [File System](/wiki/file_system)