home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / perl / 6891 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.2 KB  |  41 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!ames!kronos.arc.nasa.gov!iscnvx!netcomsv!xyzoom!rob
  3. From: rob@xyzoom.info.com (Rob Lingelbach)
  4. Subject: stat(2) on ISC and "stat" perl script
  5. Message-ID: <1992Nov7.073420.5385@xyzoom.info.com>
  6. Organization: Altruistic Intentions, Hollywood CA
  7. Date: Sat, 7 Nov 1992 07:34:20 GMT
  8. Lines: 31
  9.  
  10. Using Tim Wilson's perl script "stat" to provide user-access to
  11. stat(2), I find that on my Unix there are "0"'s (zeroes) in the fields
  12. for blocks and blksize, as follows:
  13.  
  14. /usr/rob/.mushrc
  15.     device        0x3
  16.     inode        948        0x3b4
  17.     mode        -rw-r--r--    0100644
  18.     nlink        1
  19.     owner        rob
  20.     group        other
  21.     rdev        0
  22.     size        2042
  23.     atime        Fri Nov  6 14:30:16 PST 1992
  24.     mtime        Mon Oct 26 20:56:13 PST 1992
  25.     ctime        Mon Oct 26 20:56:13 PST 1992
  26.     blksize        0
  27.     blocks        0
  28. -------------
  29.  
  30. Tim hasn't heard of this behavior, and we were wondering if it is
  31. specific to something "missing" from ISC's stat(2).  Can anyone tell
  32. me what's wrong here?  OS is ISC 3.0.
  33.  
  34. Thanks--
  35. Rob
  36.  
  37. -- 
  38. Rob Lingelbach KB6CUN | 2660 Hollyridge Dr LA CA 90068 213 464 6266 (voice) 
  39. rob@xyzoom.info.com   | "I care not much for a man's religion whose dog or 
  40. robl@netcom.com       |  cat are not the better for it."  --Abraham Lincoln
  41.