Varrun
Varun, commonly written as varrun in some documentation, refers to the conventional directory /var/run on Unix-like systems. It is used to store transient, runtime data needed by system services and daemons while the system is running. Data in varrun is non-persistent and typically cleared at reboot.
Location and barriers: Historically, /var/run was a standard directory under /var for runtime information. In many
Contents: varrun usually contains process identification files (PID files), inter-process communication sockets, and temporary lock files.
Management and security: Access to varrun data is typically restricted to the root user and specific services.
Relation to standards: The Filesystem Hierarchy Standard defines /var/run as a location for volatile, non-persistent runtime