This command changes the permissions of a folder.
Table 6–9 Arguments and Result for the fdb.f.mp Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
ID |
Required |
FolderID |
The folder ID |
groupID |
Required |
GroupID |
The group ID |
write |
Optional |
Boolean |
Whether the group has write permissions on the folder. Default is false. If set to true, checkin-current and autorun permissions are also set to true. |
checkin-current |
Optional |
Boolean |
Whether the group has checkin-current permission on the folder. Default value equals write permission value. If unspecified while updating a group's permissions, value reverts to default. |
autorun |
Optional |
Boolean |
Whether the group has autorun permissions on the folder. Default value equals the write permissions value. If unspecified while updating a group's permissions, value reverts to default. |
execute |
Optional |
HostSetID |
The hostSetID for which the execute permission is to be applied. An empty value will remove the execute permission on any hostsets. To set this permission for ``all'' hostsets, clients use the ``allhosts'' sentinel value. (Note that this sentinel value is rendered as ``universal set'' in the browser interface.) |
delete-history |
Optional |
HostSetID |
The host set ID for which the delete-history permission is to be applied. An empty value will remove the delete-history permission on any host set. To set this permission for "all" host sets, clients use the "allhosts" sentinel value. |
result |
Folder |
The modified folder |