What is /dev/shm and its practical usage ? /dev/shm is nothing but implementation of traditional shared memory concept. It is an efficient means of passing data between programs. One program will create a memory portion, which other processes (if permitted) can access. This will result into speeding up things on Linux. If you type mount… Continue reading What is /dev/shm and its practical usage ?