home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions,bnr.unix
- 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
- From: trice@brtph330 (Tony Rice P885)
- Subject: chmod in a ksh script
- Message-ID: <1993Jan12.192108.14150@brtph560.bnr.ca>
- Sender: news@brtph560.bnr.ca (Usenet News)
- Organization: Bell Northern Research, RTP, NC
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Tue, 12 Jan 1993 19:21:08 GMT
- Lines: 24
-
- I am having problems with a Korn Shell script I am writting. The
- script ftp's files from another server and must chmod the files
- for global read access.
-
- chmod 644 $TARGET_DIR/*
-
-
- produces the following output:
-
- chmod: can't access /bnr/users/u1/trice/tmp/*
-
-
- before you ask, yes everything in the path has 700 permission.
-
-
- Forgive me if this is a faq.
-
- =======================================================================
- Tony R. Rice Bell Northern Research
- Systems Development Environment Support Research Triangle Park, NC
- -----------------------------------------------------------------------
- trice@bnr.ca " GO " Opinions are my own, & don't
- mrmidi@aol.com HOKIES! reflect those of BNR or NT
- =======================================================================
-