.\" pdetach - execute detached processes. .\" Copyright (C) 2009-2014 David Sugar .\" .\" This manual page is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 3 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU Lesser General Public License .\" along with this program. If not, see . .\" .\" This manual page is written especially for Debian GNU/Linux. .\" .TH args "1" "January 2010" "GNU uCommon" "GNU Telephony" .SH NAME pdetach \- execute detached processes .SH SYNOPSIS .B args .RI [ stdio options ] .B command .RI [ args... ] .br .SH 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. .SH OPTIONS .TP .BI \-\-error= path Set stderr for the detached process. .TP .BI \-\-input= path Set stdin for the detached process. .TP .BI \-\-output= path Set stdout for the detached process. .SH AUTHOR .B pdetach was written by David Sugar . .SH "REPORTING BUGS" Report bugs to bug-commoncpp@gnu.org or bugs@gnutelephony.org. .SH COPYRIGHT Copyright \(co 2009-2014 David Sugar, Tycho Softworks. .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.