source: general/genutils/screen.xml@ 1fcdfae

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 1fcdfae was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[b0d6e4b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[b0d6e4b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5b6516d]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">
[5ee44e37]12 <!ENTITY screen-time "0.2 SBU">
[b0d6e4b]13]>
14
15<sect1 id="screen" xreflabel="Screen-&screen-version;">
[5b6516d]16 <?dbhtml filename="screen.html"?>
[fc7afd0c]17
[5b6516d]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[52d50d5]21 <keywordset>
22 <keyword role="package">screen-&screen-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">screen</keyword>
[52d50d5]24 </keywordset>
[5b6516d]25 </sect1info>
[fc7afd0c]26
[5b6516d]27 <title>Screen-&screen-version;</title>
[fc7afd0c]28
[5b6516d]29 <indexterm zone="screen">
30 <primary sortas="a-Screen">Screen</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Screen</title>
[fc7afd0c]35
[5b6516d]36 <para><application>Screen</application> is a terminal multiplexor that
[8d77de6]37 runs several separate processes, typically interactive shells, on a single
38 physical character-based terminal. Each virtual terminal emulates a DEC
[5b6516d]39 VT100 plus several ANSI X3.64 and ISO 2022 functions and also supports
[8d77de6]40 configurable input and output translation, serial port support, configurable
41 logging, multi-user support, and UTF-8 character encoding support (currently
[5b6516d]42 not supported by LFS). Screen sessions can be detached and resumed
43 later on a different terminal.</para>
[fc7afd0c]44
[5b6516d]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&screen-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&screen-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &screen-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &screen-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &screen-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &screen-time;</para>
64 </listitem>
65 </itemizedlist>
[fc7afd0c]66
[5b6516d]67 <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
[fc7afd0c]68
[5b6516d]69 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]70 <para role="optional"><xref linkend="linux-pam"/></para>
[fc7afd0c]71
[5b6516d]72 </sect2>
[fc7afd0c]73
[5b6516d]74 <sect2 role="installation">
75 <title>Installation of Screen</title>
76
77 <para>Install <application>Screen</application> by running the
78 following commands:</para>
79
80<screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
[b0d6e4b]81 --with-sys-screenrc=/etc/screenrc &amp;&amp;
82sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
[5b6516d]83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
[fc7afd0c]86
[5b6516d]87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]88
[5b6516d]89<screen role="root"><userinput>make install &amp;&amp;
90install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
[fc7afd0c]91
[5b6516d]92 </sect2>
[fc7afd0c]93
[5ee44e37]94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--with-socket-dir=/var/run/screen</parameter>: This option
98 places the per-user sockets in a standard location.</para>
99
100 <para><parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
101 places the global screenrc file in <filename
[2cc10fd8]102 class='directory'>/etc</filename>. </para>
[5ee44e37]103
104 <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
105 {etc,doc}/*</command>: This command corrects the configuration and
106 documention files to the location that is used here for the global
107 screenrc file.</para>
[bccbdaea]108
[5ee44e37]109 </sect2>
110
[5b6516d]111 <sect2 role="configuration">
112 <title>Configuring Screen</title>
113
114 <sect3 id ="screen-config">
115 <title>Config Files</title>
[fc7afd0c]116
[8d77de6]117 <para><filename>/etc/screenrc</filename> and
[5b6516d]118 <filename>~/.screenrc</filename></para>
[fc7afd0c]119
[5b6516d]120 <indexterm zone="screen screen-config">
121 <primary sortas="e-AA.screenrc">~/.screenrc</primary>
122 </indexterm>
[fc7afd0c]123
[5b6516d]124 <indexterm zone="screen screen-config">
125 <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
126 </indexterm>
[fc7afd0c]127
[5b6516d]128 </sect3>
129
130 <sect3>
131 <title>Configuration Information</title>
[fc7afd0c]132
[8d77de6]133 <para>You may want to look at the example configuration file that was
[5b6516d]134 installed and customize it for your needs.</para>
[fc7afd0c]135
[5b6516d]136 </sect3>
[fc7afd0c]137
[5b6516d]138 </sect2>
[fc7afd0c]139
[5b6516d]140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
[d9962703]144 <segtitle>Installed Program</segtitle>
[5b6516d]145 <segtitle>Installed Libraries</segtitle>
[d9962703]146 <segtitle>Installed Directory</segtitle>
[fc7afd0c]147
[5b6516d]148 <seglistitem>
149 <seg>screen</seg>
150 <seg>None</seg>
151 <seg>/var/run/screen</seg>
152 </seglistitem>
153 </segmentedlist>
[fc7afd0c]154
[5b6516d]155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
[fc7afd0c]159
[5b6516d]160 <varlistentry id="screen-prog">
161 <term><command>screen</command></term>
162 <listitem>
[8d77de6]163 <para>is a terminal multiplexor with VT100/ANSI
[5b6516d]164 terminal emulation.</para>
165 <indexterm zone="screen screen-prog">
166 <primary sortas="b-screen">screen</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
[fc7afd0c]170
[5b6516d]171 </variablelist>
[fc7afd0c]172
[5b6516d]173 </sect2>
[b0d6e4b]174
175</sect1>
Note: See TracBrowser for help on using the repository browser.