View Single Post

   
  #1 (permalink)  
Old 01-12-2008, 05:32 AM
Rhugga
 
Posts: n/a
Default Why Doesn't Sun Fix This Frigging Bug???


Why doesn't Sun fix this damn bug, so that it is POSIX compliant?

#mkdir data
#chmod 000 data
#ls data/.
#echo $?
0

This command should fail. HP fixed this bug 2 years ago.


Cmon Sun, this should be a fairly easy fix.

-Chuck

Reply With Quote