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.
租用 VPS(Ubuntu 12.04),具有 root 访问权限,但是看不到设备文件 /dev/mem。有没有办法创建它来访问 BIOS 信息。谢谢。
mknod /dev/mem c `sed -n 's/ mem$//p' /proc/devices` 1