From bea0037dbdd979603fb0b5be8b43f5478c1f6fec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Sep 2014 02:53:32 +0000 Subject: initial commit --- doc/s6-chmod.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/s6-chmod.html (limited to 'doc/s6-chmod.html') diff --git a/doc/s6-chmod.html b/doc/s6-chmod.html new file mode 100644 index 0000000..165790c --- /dev/null +++ b/doc/s6-chmod.html @@ -0,0 +1,45 @@ + + + + + s6-portable-utils: the s6-chmod program + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The s6-chmod program

+ +

+ s6-chmod changes the permissions of a file. +

+ +

Interface

+ +
+     s6-chmod perms file
+
+ +

+ s6-chmod changes file's permissions to perms, which +must be an absolute octal number such as 0755 for +rwxr-xr-x or 2700 for rwx--S---. +

+ +

Posixness

+ +

+ s6-chmod is not suitable as a Single Unix +chmod +program. +

+ + + -- cgit v1.2.3