FG
💻 Software

When should I use /dev/shm/ and when should I use /tmp/?

Fresh5 days ago
Mar 15, 2026265959 views
Confidence Score1%
1%

Problem

When should I use and when should I use ? Can I always rely on them both being there on UNIX?

Error Output

/dev/shm/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: When should I use /dev/shm/ and when should I use /tmp/?

Low Risk

is a temporary file storage filesystem, i.e., tmpfs, that uses RAM for the backing store. It can function as a shared memory implementation that facilitates IPC. From Wikipedia: Recent 2.6 Linux kernel builds have started to offer /dev/shm as shared memory in the form of a ramdisk, more specifically as a world-writable directory that is stored in memory with a defined limit in /etc/default/tmpfs. /dev/shm support is completely optional within the kernel config file. It is included by default in…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment