commit: 71d3001cb06cf48490662df94d543d04415efc12
parent: 59594bfbc29d32fe363080d251a2257b3e20485d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 4 Mar 2019 06:45:37 +0100
man1x/install.1x: Add m and o flags
Diffstat:
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/man1x/install.1x b/man1x/install.1x
@@ -12,6 +12,8 @@ which is an attempt to provide documentation of similarities and (noteworthy) di
.Nm
.Op Fl bcsp
.Op Fl g Ar group
+.Op Fl m Ar mode
+.Op Fl o Ar owner
.Op Ar source
.Op Ar destination
.Sh DESCRIPTION
@@ -25,6 +27,11 @@ Copy the file. This is the default behaviour; the flag is maintained for backwar
.It Fl g Ar group
Sets group ownership.
GNU: instead of the process' current group
+.It Fl m Ar mode
+Sets alternative mode.
+The default mode is set to rwr-xr-x(0755).
+.It Fl o Ar owner
+Sets user ownership.
.It Fl p
Preserve file access and modification times.
.It Fl s
@@ -33,7 +40,9 @@ executes
on each binary/file
.Sh SOURCE
.Nx 8.0 ,
-GNU coreutils 8.30
+.Fx 12.0 ,
+.Ox 6.4 ,
+GNU coreutils 8.30, Busybox 1.30.1.
.Sh HISTORY
The
.Nm