EUMASK
Section: User Contributed Perl Documentation (1)Updated: 2016-07-30
Index Return to Main Contents
NAME
eumask - Change the current ECFS umaskSYNOPSIS
eumask [umask]DESCRIPTION
The ECFS umask applies specifically for storage into ECFS.Just as the UNIX umask controls access permissions on newly created files and directories in UNIX, so the ECFS eumask controls the equivalent aspects into ECFS. Note that ECFS fetches into UNIX are controlled by the UNIX umask.
The umask argument, if present, should be specified in octal. With no argument the command displays the current value in octal.
EXAMPLES
- eumask
- shows the current value of the ECFS umask.
- eumask 022
- sets the ECFS umask to 022 for newly created files and directories in ECFS.
NOTES
The umask is always interpreted and represented in octal notation. Using a leading zero is encouraged, as is using at least three digits (for example not '2' but rather '002'; not '277' but rather '0277').The default umask for ECFS is set to 027.
SEE ALSO
ecfs(1), umask(1)
Index
This document was created by man2html, using the manual pages.
Time: 14:51:58 GMT, July 23, 2018