Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)
run(1) OSS Shell and Utilities Reference Manual
Standard Output
The run command itself does not print messages to the standard output file. However, the pro-
gram file to which run is applying the tdm_execve() function can print messages to the standard
output file if both the program file and the shell are sharing the same home terminal.
EXAMPLES
1. The following command line
run -cpu=3 -gpri=150 -name=/G/myls ls -xaF
starts the ls utility on processor 3 with a priority of 150. This instance of ls is passed the
arguments -xaF and is named /G/myls.
2. The following command line
run -debug -inspect=on myprogram
starts the program myprogram in the symbolic debugger.
NOTES
When resources are not available, the shell can return the following message if the run command
is used:
/bin/-sh: sh: tdm_fork() failed with errno EAGAIN:
cannot fork too many processes
EXIT VALUES
0 Command completed sucessfully. |
>0 An error occurred.
RELATED INFORMATION
Functions: tdm_execve(2).
STANDARDS CONFORMANCE
The run utility is an HP extension to the XPG4 Version 2 specification.
7−62 Hewlett-Packard Company 527188-004