Hi, take a look at thread52-200369. I think I'd be worried that your spurious /dev/null seems to have been something to do with mail. Perhaps someone else could advise you further on how this might have occurred. Cheers.
Do the following on the same line with semi-colons between commands:
rmdev /dev/null; mknod /dev/null c 2 2; chmod 666 /dev/null
The reason for the same line is because if you remove /dev/null and then press enter and do the mknod and there is something that sends anything to /dev/null before you get it recreated you will have to remove it again.
Also, there have been some maintenance releases of AIX that IBM has acknowledged causes this to happen. They have an APAR that will correct the problem, but you will have to contact them to get the APAR and then download it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.