ECHMOD

Section: User Contributed Perl Documentation (1)
Updated: 2012-02-27
Index Return to Main Contents

NAME

echmod - change the permissions of a ECFS file or directory

SYNOPSIS

echmod mode filedir1 [...]

DESCRIPTION

The access permissions of the target file or directories are set to the octal value specified by mode.

EXAMPLES

echmod 755 ydir ; echmod 644 '*.cc'
Sets the access permissions of the directory 'ydir' and of any files or directories with a '.cc' suffix in the default ECFS domain to the values indicated. Note the presence of quotation marks around the wildcard filename; this ensures that the filename expansion occurs at the domain, not locally.

SEE ALSO

ecfs(1), echmod(1)


Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:51:58 GMT, July 23, 2018