SYNOPSIS
umask
[
DESCRIPTION
umask sets the file mode creation mask of the invoking process to the given mode. You can specify the mode in any of the formats recognized by chmod; see chmod for more information.
The file mode creation mask (often called the umask) determines the default permissions for any file created by the process. For example, a file created by the create command has the permissions specified by the umask unless the create command specifies explicit permissions.
Calling umask without a mode argument displays the current umask.
Options
-S -
displays the umask in a symbolic form:
u=perms,g=perms,o=perms
giving user, group and other permissions. Permissions are specified as combinations of the letters r (read), w (write) and x (execute).
DIAGNOSTICS
Possible exit status values are:
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0.
Windows systems do not support the umask command. This manual page is provided for information only.
NOTE
This command is built into the MKS KornShell.
AVAILABILITY
PTC MKS Toolkit for Power Users
PTC MKS Toolkit for System Administrators
PTC MKS Toolkit for Developers
PTC MKS Toolkit for Interoperability
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
PTC Windchill Requirements and Validation
SEE ALSO
- Commands:
- chmod
PTC MKS Toolkit 10.4 Documentation Build 39.