pdetach - Man Page

execute detached processes

Synopsis

args [stdiooptions] command [args...]

Description

This command is used to execute processes that are fully detached from the shell and the user's controlling terminal.  Detached processes will not exit if the user logs out.  The stdio options can be manipulated to attach the process to another device or file.

Options

--error=path

Set stderr for the detached process.

--input=path

Set stdin for the detached process.

--output=path

Set stdout for the detached process.

Author

pdetach was written by David Sugar <dyfet@gnutelephony.org>.

Reporting Bugs

Report bugs to bug-commoncpp@gnu.org or bugs@gnutelephony.org.

Info

January 2010 GNU uCommon GNU Telephony