FreeBSD and Linux:
# /usr/sbin/mknod /dev/null c 2 2
# chmod 666 /dev/null
Solaris:
# mknod /devices/pseudo/mm@0:null c 13 2
# chown root:sys /devices/pseudo/mm@0:null
# chmod 666 /devices/pseudo/mm@0:null
# ln -s /devices/pseudo/mm@0:null /dev/null
阅读(405) | 评论(0) | 转发(0) |