Introducing /run
Introducing /run
Posted Mar 30, 2011 18:19 UTC (Wed) by rleigh (guest, #14622)In reply to: Introducing /run by martinfick
Parent article: Introducing /run
/run may well have much a smaller size than /tmp, and they have rather different purposes. /run will typically contain small files (pidfiles, lockfiles, other small bits of system state etc.) while /tmp is intended to contain arbitrary user data, which may be significantly larger.
Keeping them separate also means users can't DoS the system by using all the space/inodes and thus prevent the creation of new pidfiles/lockfiles etc.
Regards,
Roger
