Xref: utzoo comp.mail.uucp:5353 comp.unix.xenix.sco:526 Path: utzoo!utgpu!watserv1!watmath!att!rutgers!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!ka3ovk!raysnec!shwake From: shwake@raysnec.UUCP (Ray Shwake) Newsgroups: comp.mail.uucp,comp.unix.xenix.sco Subject: Re: UUX permissions problem HDB --> old L.sys Keywords: uucp uux permissions Message-ID: <105@raysnec.UUCP> Date: 17 Oct 90 19:54:17 GMT References: <288@twg.bc.ca> Followup-To: comp.mail.uucp Organization: IRS/CI - Technical Solutions Branch Lines: 16 bill@twg.bc.ca (Bill Irwin) writes: >I am able to uucp files from the Altos to the HDB system fine. It is UUX >that is giving me the grief. The command I run on the Altos is: >uux "TWG!ls TWG!/tmp > TWG!/tmp/test-list" >This is supposed to run "ls" on TWG on TWG's /tmp directory and put the >output in TWG's /tmp directory in a file called test-list". The entries Try, instead the following: uux TWG!"ls /tmp > TWG!/tmp/test-list" This approach works running from SCO UNIX to Zilog 8000 (running second-generation UUCP).