From bca250b0b2a1df4ceb939b71a269f71501fda024 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Jul 2026 03:21:52 +0000 Subject: Prepare for 2.10.0.0; remove pedantic posix; support loopwhilex -x "" --- doc/umask.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 doc/umask.html (limited to 'doc/umask.html') diff --git a/doc/umask.html b/doc/umask.html new file mode 100644 index 0000000..d837130 --- /dev/null +++ b/doc/umask.html @@ -0,0 +1,61 @@ + + + + + + + execline: the umask command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The umask program

+ +

+umask changes its file mode creation mask, then executes a program. +Alternatively, it can print the current mask. +

+ +

Interface

+ +
+     umask [ -S ] [ mask ] [ prog... ]
+
+ +

+When called with no argument, umask prints the value of the +file mode creation mask of the invoking process, then exits 0. +

+ +

+ When called with a mask argument, umask changes +its file mode creation mask; then, if prog... is not empty, it execs +into it. +

+ +

+ umask interprets mask as specified by the +POSIX +specification for a umask external utility. +

+ +

Notes

+ + + + + -- cgit v1.3.1