diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 20:01:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:58 +0200 |
commit | 0d9406ab4253ef5fc456789fa5973f86de0793df (patch) | |
tree | 084b3f6be9c9ddd290a124ea08333a8518a7acee /system/dtach/README | |
parent | afd43d4f79054b4f2be691f970bb7e3ae59713c5 (diff) | |
download | slackbuilds-0d9406ab4253ef5fc456789fa5973f86de0793df.tar.gz |
system/dtach: Added to 12.0 repository
Diffstat (limited to 'system/dtach/README')
-rw-r--r-- | system/dtach/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/dtach/README b/system/dtach/README new file mode 100644 index 0000000000..9e06a1e4b1 --- /dev/null +++ b/system/dtach/README @@ -0,0 +1,13 @@ +dtach is a tiny program that emulates the detach feature of screen, +allowing you to run a program in an environment that is protected +from the controlling terminal and attach to it later. dtach does not +keep track of the contents of the screen, and thus works best with +programs that know how to redraw themselves. It is designed to be +transparent and un-intrusive; it avoids interpreting the input and +output between attached terminals and the program under its control. + +dtach does not, however, have the other features of screen, such as its +support of multiple terminals or its terminal emulation support. This +makes dtach extremely tiny compared to screen, making it more easily +audited for bugs and security holes, and also allows it to fit in +environments where space is limited, such as on rescue disks. |