Uses of Class
com.peterphi.std.system.exec.Execed
Packages that use Execed
-
Uses of Execed in com.peterphi.std.system.exec
Methods in com.peterphi.std.system.exec that return ExecedModifier and TypeMethodDescriptionstatic ExecedRuns a command, optionally executing as a different user (eg root)static ExecedRuns a command, optionally executing as a different user (eg root)static ExecedExec.rootUtility(Iterable<String> command) Runs a command in "utility" mode: redirecting stderr to stdout and running as rootstatic ExecedExec.rootUtility(String... command) Runs a command in "utility" mode: redirecting stderr to stdout and running as rootstatic ExecedExec.start()Launches the process, returning a handle to it for IO ops, etc.
The finish condition for the OutputProcess is that all processes outputting to standard out must be complete before proceedingstatic ExecedRuns a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static ExecedRuns a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static ExecedRuns a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)static ExecedRuns a command in "utility" mode: redirecting stderr to stdout and optionally executing as a different user (eg root)