source: general/genutils/screen.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "ed68ea9b43d9fba0972cb017a24940a1">
10<!ENTITY screen-size "825 KB">
11<!ENTITY screen-buildsize "5.8 MB">
12<!ENTITY screen-time "0.17 SBU">
13]>
14
15<sect1 id="screen" xreflabel="Screen-&screen-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="screen.html"?>
21<title>Screen-&screen-version;</title>
22<indexterm zone="screen">
23<primary sortas="a-Screen">Screen</primary>
24</indexterm>
25
26<sect2>
27<title>Introduction to <application>Screen</application></title>
28
29<para><application>Screen</application> is a terminal multiplexor that
30runs several separate processes, typically interactive shells, on a
31single physical character-based terminal. Each virtual terminal emulates
32a <acronym>DEC</acronym> VT100 plus several <acronym>ANSI</acronym>
33X3.64 and <acronym>ISO</acronym> 2022 functions and also supports
34configurable input and output translation, serial port support,
35configurable logging, multi-user support, and <acronym>UTF</acronym>-8
36character encoding support (currently not supported by
37<acronym>LFS</acronym>). Screen sessions can be detached and resumed
38later on a different terminal.</para>
39
40<sect3><title>Package information</title>
41<itemizedlist spacing='compact'>
42<listitem><para>Download (HTTP):
43<ulink url="&screen-download-http;"/></para></listitem>
44<listitem><para>Download (FTP):
45<ulink url="&screen-download-ftp;"/></para></listitem>
46<listitem><para>Download MD5 sum:
47&screen-md5sum;</para></listitem>
48<listitem><para>Download size:
49&screen-size;</para></listitem>
50<listitem><para>Estimated disk space required:
51&screen-buildsize;</para></listitem>
52<listitem><para>Estimated build time:
53&screen-time;</para></listitem></itemizedlist>
54</sect3>
55
56<sect3><title><application>Screen</application> dependencies</title>
57<sect4><title>Optional</title>
58<para><xref linkend="Linux_PAM"/></para>
59</sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>Screen</application></title>
66
67<para>Install <application>Screen</application> by running the
68following commands:</para>
69
70<screen><userinput><command>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
71 --with-sys-screenrc=/etc/screenrc &amp;&amp;
72sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
73make</command></userinput></screen>
74
75<para>Now, as the root user:</para>
76
77<screen><userinput role='root'><command>make install &amp;&amp;
78install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
79
80</sect2>
81
82<sect2>
83<title>Configuring <application>Screen</application></title>
84
85<sect3 id ="screen-config"><title>Config files</title>
86<para><filename>/etc/screenrc</filename> and
87<filename>~/.screenrc</filename>
88</para>
89<indexterm zone="screen screen-config">
90<primary sortas="e-AA.screenrc">~/.screenrc</primary></indexterm>
91<indexterm zone="screen screen-config">
92<primary sortas="e-etc-screenrc">/etc/screenrc</primary></indexterm>
93</sect3>
94
95<sect3><title>Configuration Information</title>
96<para>You may want to look at the example configuration file that was
97installed and customize it for your needs.</para>
98</sect3>
99
100</sect2>
101
102<sect2>
103<title>Contents</title>
104
105<segmentedlist>
106<segtitle>Installed Programs</segtitle>
107<segtitle>Installed Libraries</segtitle>
108<segtitle>Installed Directories</segtitle>
109
110<seglistitem>
111<seg>screen</seg>
112<seg>None</seg>
113<seg>/var/run/screen</seg>
114</seglistitem>
115</segmentedlist>
116
117<variablelist>
118<bridgehead renderas="sect3">Short Descriptions</bridgehead>
119<?dbfo list-presentation="list"?>
120
121<varlistentry id="screen-prog">
122<term><command>screen</command></term>
123<listitem><para>is a terminal multiplexor with VT100/<acronym>ANSI</acronym>
124terminal emulation.</para>
125<indexterm zone="screen screen-prog">
126<primary sortas="b-screen">screen</primary>
127</indexterm></listitem>
128</varlistentry>
129</variablelist>
130</sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.