home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15461 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.unix.questions,bnr.unix
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!brtph560!brtph330!trice
  3. From: trice@brtph330 (Tony Rice P885)
  4. Subject: chmod in a ksh script
  5. Message-ID: <1993Jan12.192108.14150@brtph560.bnr.ca>
  6. Sender: news@brtph560.bnr.ca (Usenet News)
  7. Organization: Bell Northern Research, RTP, NC
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Tue, 12 Jan 1993 19:21:08 GMT
  10. Lines: 24
  11.  
  12. I am having problems with a Korn Shell script I am writting.  The
  13. script ftp's files from another server and must chmod the files
  14. for global read access.
  15.  
  16. chmod 644 $TARGET_DIR/*
  17.  
  18.  
  19. produces the following output:
  20.  
  21. chmod: can't access /bnr/users/u1/trice/tmp/*
  22.  
  23.  
  24. before you ask, yes everything in the path has 700 permission.
  25.  
  26.  
  27. Forgive me if this is a faq.
  28.  
  29. =======================================================================
  30. Tony R. Rice                                     Bell Northern Research
  31. Systems Development Environment Support      Research Triangle Park, NC
  32. -----------------------------------------------------------------------
  33. trice@bnr.ca          "    GO     "        Opinions are my own, & don't
  34. mrmidi@aol.com           HOKIES!             reflect those of BNR or NT 
  35. =======================================================================
  36.