centos 7测试OK
创建挂载点,挂载
mkdir -p /run/testdir
mount -nt tmpfs -o size=500m,mode=755 tmpfs /run/testdir
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