Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tmpfs

The tmpfs provides temporary storage on RAM for any file. It is usually mounted at the path /tmp.

Since files are stored in RAM, they are all removed when the system is shutdown on reboot.

The main goal is to provide fast access to files that do not require persistence.