FTAM/9000 User's Guide
Chapter 2 33
Using Interactive FTAM
Performing Remote Directory Operations
Examples:. This example illustrates how to rename a remote file using
cattr. The file called oldfile is renamed to newfile.
ftam> cattr oldfile -n newfile
This example adds access control for the file's owner, allowing all actions.
It also allows group members to have read and read_attribute
permissions:
ftam> cattr /ftamfiles/report -i user,RPXEACD -i group,RA
This example removes the access control placed on the file in the
previous example:
ftam> cattr /ftamfiles/report -d user -d group
This example changes the account to region1sales and future filesize to
2,000,000
ftam> cattr atlanta:marketing.sales -s region1sales -f 2000000