]> TLD Linux GIT Repositories - rc-scripts.git/blob - doexec.1
59b8b91e44f54b73b3e3bcb0447015954ed4a14e
[rc-scripts.git] / 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.