From f316a2ed52195135a35e32d7096e876357c48c69 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Sep 2014 20:03:23 +0000 Subject: initial commit: rc for execline-2.0.0.0 --- doc/umask.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 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..5edf511 --- /dev/null +++ b/doc/umask.html @@ -0,0 +1,44 @@ + + + + + execline: the umask command + + + + + + +

+execline
+Software
+skarnet.org +

+ +

The umask program

+ +

+umask sets the umask (file creation mask), +then executes a program. +

+ +

Interface

+ +
+     umask mask prog...
+
+ +

+umask sets the current umask to mask, +then execs into prog.... +

+ +

Notes

+ +

+umask is a standard shell builtin. Be careful if you want to +use the umask command outside of an execline script. +

+ + + -- cgit v1.2.3