Mail address update/change.
[retty.git] / blindtty.1
blobc81c54bdd8579882e1c11b4693a32c5ecc3bb999
1 .TH BLINDTTY 1 2006-11-14
3 .SH NAME
4 blindtty - Run command in a blind terminal
6 .SH SYNOPSIS
7 .B blindtty CMD [ARGS]...
9 .SH DESCRIPTION
11 .B blindtty
12 runs a command in a blind terminal. This is very similar to redirecting
13 all its I/O to /dev/null, but the application retains a perception of
14 being ran on a terminal, even though it will not ever receive any input
15 and noone will see its output. This is useful if you want to run an
16 application "detached" now but want to attach it later using
17 \fBretty(1)\fR.
19 You might find it useful to run it as:
20 .br
21 .B setsid blindtty CMD...
22 .br
23 In that case it will really detach from your terminal and start a separate
24 session.
26 .RE
27 .SH AUTHORS
28 Written and maintained by Petr Baudis <pasky@ucw.cz> and Jan Sembera 
29 <fis@bofh.cz>.
31 .RE
32 .SH "SEE ALSO"
33 retty(1), setsid(8), screen(1)