source: general/genutils/screen.xml@ b03b3db

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b03b3db was b03b3db, checked in by Igor Živković <igor@…>, 20 years ago

fixed libFLAC/libm linking

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2385 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
8<!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
9<!ENTITY screen-size "825 KB">
10<!ENTITY screen-buildsize "5.8 MB">
11<!ENTITY screen-time "0.17 SBU">
12
13]>
14
15<sect1 id="screen" xreflabel="Screen-&screen-version;">
16<?dbhtml filename="screen.html"?>
17<title>Screen-&screen-version;</title>
18
19<sect2>
20<title>Introduction to <application>Screen</application></title>
21
22<para><application>Screen</application> is a terminal multiplexor that
23runs several separate processes, typically interactive shells, on a
24single physical character-based terminal. Each virtual terminal emulates
25a <acronym>DEC</acronym> VT100 plus several <acronym>ANSI</acronym>
26X3.64 and <acronym>ISO</acronym> 2022 functions and also supports
27configurable input and output translation, serial port support,
28configurable logging, multi-user support, and <acronym>UTF</acronym>-8
29character encoding support. Screen sessions can be detached and resumed
30later on a different terminal.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink url="&screen-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink url="&screen-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &screen-size;</para></listitem>
37<listitem><para>Estimated Disk space required: &screen-buildsize;</para></listitem>
38<listitem><para>Estimated build time: &screen-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application>Screen</application> dependencies</title>
42<sect4><title>Optional</title>
43<para><xref linkend="Linux_PAM"/>
44</para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>Screen</application></title>
51
52<para>Install <application>Screen</application> by running the
53following commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr --disable-socket-dir \
56 --with-sys-screenrc=/etc/screenrc &amp;&amp;
57sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
58make &amp;&amp;
59make install &amp;&amp;
60install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Configuring <application>Screen</application></title>
66
67<sect3><title>Config files</title>
68
69<para><filename>/etc/screenrc</filename>,
70<filename>~/.screenrc</filename>
71</para></sect3>
72
73<sect3><title>Configuration Information</title>
74
75<para>You may want to look at the example configuration file that we
76installed and customize it for your needs.</para>
77</sect3>
78
79</sect2>
80
81<sect2>
82<title>Contents</title>
83
84<para>This package contains <command>screen</command>.</para>
85
86</sect2>
87
88<sect2><title>Description</title>
89
90<sect3><title>screen</title>
91<para><command>screen</command> is a terminal multiplexor with
92VT100/<acronym>ANSI</acronym> terminal emulation.</para></sect3>
93
94</sect2>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.