tmpfs文件系统

centos 7测试OK

创建挂载点,挂载

mkdir -p /run/testdir
mount -nt tmpfs -o size=500m,mode=755 tmpfs /run/testdir

原文地址:https://www.cnblogs.com/mingzhang/p/7843113.html