mhonarc-users

Re: Fw: problem with permissions

2001-02-20 20:40:31
On February 20, 2001 at 19:10, "Janez Dovc" wrote:

@ARGV = ("-add",
         "-quiet",
          "-umask 022",
------------^^^^^^^^^^^^
         "-outdir", "/www/KGB/internal/lists/KGB-list");

You need to break it up:

            "-umask", "022",

--ewh

<Prev in Thread] Current Thread [Next in Thread>