Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!romp!auschs!d75!johnmad.austin.ibm.com!john From: john@johnmad.austin.ibm.com Newsgroups: comp.unix.aix Subject: Re: /dev/null 644 Keywords: dev null permission Message-ID: <3556@d75.UUCP> Date: 21 Feb 91 00:24:53 GMT References: <9254@hub.ucsb.edu> Sender: news@d75.UUCP Reply-To: john@johnmad.austin.ibm.com () Distribution: comp Lines: 23 >Can anyone explain how this happened ? I am reporting it to IBM now. > Last login at Wed Feb 20 07:16:12 1991 on hft/0 > -sh: /dev/null: 0402-011 Cannot create the specified file. > -sh: /dev/null: 0402-011 Cannot create the specified file. > $ ls -l /dev/null > -rw-r--r-- 1 root system 0 Feb 20 07:16 /dev/null Yes, Likely it is a bug in the /usr/etc/lsnfsexp script. It should be line 100. rm -rf ${TMP_FILE} >/dev/null 2>&1 /dev/null (Whoops!) rm -rf ${TMP_FILE} >/dev/null 2>&1 John Statements made here are my personal views and do not reflect policy or commitments of IBM Corporation. John Maddalozzo IBM Advanced Workstation Division aesnet: john@johnmad.austin.ibm.com 11400 Burnet Road, 994/3401 vnet: JOHNMAD at AUSVMQ Austin, TX, 78758-3493 phone: +1 [512] 823-4837 uucp: cs.utexas.edu:ibmaus!auschs!johnmad.austin.ibm.com!john