Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Using Access in an Obeyfile to Prevent Files Being OverWritten

Received: by 10.66.87.37 with SMTP id u5mr787165paz.40.1353086568482;
        Fri, 16 Nov 2012 09:22:48 -0800 (PST)
Path: s9ni19925pbb.0!nntp.google.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail
From: Tony Moore <old_coas...@yahoo.co.uk>
Newsgroups: comp.sys.acorn.misc
Subject: Re: Using Access in an Obeyfile to Prevent Files Being OverWritten
Date: Fri, 16 Nov 2012 17:22:34 GMT
Organization: Aioe.org NNTP Server
Lines: 29
Message-ID: <45a59fef52.old_coaster@old_coaster.yahoo.co.uk>
References: <52ef9c42b7basura@invalid.addr.uk>
NNTP-Posting-Host: 3X7Um4X56j2E+xUAqLNFcw.user.speranza.aioe.org
Mime-Version: 1.0
X-Complaints-To: abuse@aioe.org
User-Agent: Messenger-Pro/6.06 (MsgServe/6.04) (RISC-OS/6.20) NewsHound/v1.52-32
X-Notice: Filtered by postfilter v. 0.8.2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

On 16 Nov 2012, Richard Ashbery <bas...@invalid.addr.uk> wrote:

> To prevent many files being overwritten I can select them and then set
> Access > Protected using the filer.
>
> Is it possible to do the same for multiple files using the Access
> command in an Obeyfile? What is the syntax please?

   *Access

   *Access changes the attributes of all objects matching the wildcard
   specification. These attributes control whether you can run, read
   from, write to and delete a file.

   Attributes are:

   L Lock object against deletion by any user
   W Write permission for you
   R Read permission for you
   / Separator between your permissions and the public‘s
   W Write permission for the public (on a network)
   R Read permission for the public (on a network)

   Syntax: *Access <object_spec> [<attributes>]

Tony