EnderUNIX Team.


EnderUNIX tips

Mail to My Friend , Home Page

[ UNIX ]

"recreate /dev/null" - İsmail Yenigül - (2005-07-05 11:45:22)   [8901]

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


Mail to My Friend , Home Page