标签: linux unix command-line
以下命令让我感到困惑:
# mkdir /dev/mqueue # mount -t mqueue none /dev/mqueue
none是什么意思?
none
答案 0 :(得分:1)
引自https://unix.stackexchange.com/questions/136646/what-is-type-none-for-mount-points-and-why-are-mount-points-of-the-same-type-b
“none表示没有物理磁盘分区链接到您在发出mount命令时看到的mount点。它用于虚拟文件系统,如shm,{ {1}},ramfs和proc。此示例中的锁定,tmpfs和用户shm点是单独创建的,因此可以使用不同的权限和设置进行挂载。 “ - 验证码
mount
shm
ramfs
proc
tmpfs