From 72b6d428af4925e7064c6166b732301c8918e8c4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Feb 2023 02:15:32 +0000 Subject: Add multicall configuration Signed-off-by: Laurent Bercot --- doc/s6-linux-utils.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 doc/s6-linux-utils.html (limited to 'doc/s6-linux-utils.html') diff --git a/doc/s6-linux-utils.html b/doc/s6-linux-utils.html new file mode 100644 index 0000000..d366937 --- /dev/null +++ b/doc/s6-linux-utils.html @@ -0,0 +1,53 @@ + + + + + + s6-linux-utils: the s6-linux-utils multicall binary + + + + + + +

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

+ +

The s6-linux-utils multicall binary

+ +

+The s6-linux-utils program is only available when the +--enable-multicall option has been given to the configure +program at build time. In this configuration, s6-linux-utils is +a multicall binary implementing the functionality of all +the programs in the s6-linux-utils package; and the other programs, instead +of being executables of their own, are symbolic links to the +s6-linux-utils binary. +

+ +

Interface

+ +
+     s6-linux-utils subcommand subcommand_arguments...
+
+ +

+ s6-linux-utils will run the subcommand will its arguments. For +instance, s6-linux-utils s6-ps -H will run the equivalent of the +s6-ps program, so this command will print a +tree of the currently running processes. +

+ +

+ Alternatively, if s6-linux-utils is called with the name of an existing +command, it will run the equivalent of that command. For instance, +if the /usr/bin/s6-ps file is a (hard or symbolic) link to +the s6-linux-utils binary, /usr/bin/s6-ps -H will print +a tree of the currently running processes. +

+ + + -- cgit v1.2.3