MBRATR

Synopsis

HELP:   Define the member attributes [DEFAULT]
TYPE:   OBJECT
SYNTAX: MBRATR/MEMATR(ORIGINAL,RUSR,WUSR,XUSR,RGRP,WGRP,XGRP,ROTH,WOTH,XOTH,ARCHIVE,HIDDEN,READONLY,SYSTEM)

Description

The attribute object can be used to set file access permissions or file flags on Windows and Linux.

Linux: read/write/execute permission for user/group/other

Windows: archive, hidden, read only and system flags.

It is also possible to add additional permissions to original permission:

   ... ATTRIB(ORIGINAL XUSR XGRP XOTH) ...

This adds execute permissions for everyone on Linux.

Arguments