What distinguishes /dev/shm from a typical disk-backed directory?
/dev/shm
It stores only the kernel's physical device definitions.
It is each user's private home directory mounted from disk.
It is permanent disk storage intended for long-term archives.
It is a RAM-backed tmpfs used for fast temporary data exchange between processes.
tmpfs