Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 linux 内核 3.8,ubuntu 13.04,我很好奇是否有办法做到这一点。另外,我想知道为什么这对我不起作用是否有一些通用的原因。谢谢。
设备文件是用mknod. 可以使用chmod和chown分别更改权限和所有者。如果设备文件已经存在,您可能希望创建一个指向它的符号链接,而不是使用ln -s.
mknod
chmod
chown
ln -s