Reputation: 1115
Rent a VPS (Ubuntu 12.04), have root access, however, don't see the device file /dev/mem. Is there a way to create it to access bios info. Thanks.
Upvotes: 0
Views: 1810
Reputation: 19395
mknod /dev/mem c `sed -n 's/ mem$//p' /proc/devices` 1
Upvotes: 1