Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create /dev/null

Status
Not open for further replies.

aix43

Technical User
Apr 20, 2001
26
0
0
SA
Hi,

please explain to me, How to create /dev/null.

Thanks,
Gofur
 
Presumably you accidentally deleted it? This should get it back again ( as root user ):

mknod /dev/null c 28 2
chown root:system /dev/null
chmod 666 /dev/null


Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top