]> TLD Linux GIT Repositories - rc-scripts.git/blob - man/doexec.1
- from PLD
[rc-scripts.git] / man / doexec.1
1 .TH DOEXEC 1 "Red Hat Software" "RHS" \" -*- nroff -*-
2 .SH NAME
3 doexec \- run an executable with an arbitrary argv[0]
4 .SH SYNOPSIS
5 .B doexec
6 \fI/path/to/executable\fP \fIargv[0]\fP [\fIargv[1-n]\fP]
7 .SH DESCRIPTION
8 .B doexec
9 simply runs the executable with the argv list provided.  It allows you
10 to specify an argv[0] other than the name of the executable.
11 .SH OPTIONS
12 All options are passed in the argv list to the executable being run.