source: general/genutils/screen.xml@ 4c24eb0a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[b0d6e4b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b0d6e4b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY screen-download-http "&gnu-http;/screen/screen-&screen-version;.tar.gz">
8 <!ENTITY screen-download-ftp "&gnu-ftp;/screen/screen-&screen-version;.tar.gz">
[660a70c]9 <!ENTITY screen-md5sum "d276213d3acd10339cd37848b8c4ab1e">
[16bb2cb]10 <!ENTITY screen-size "836 KB">
11 <!ENTITY screen-buildsize "7.4 MB">
[8dfc5c3]12 <!ENTITY screen-time "0.1 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>
21 </sect1info>
[fc7afd0c]22
[5b6516d]23 <title>Screen-&screen-version;</title>
[fc7afd0c]24
[5b6516d]25 <indexterm zone="screen">
26 <primary sortas="a-Screen">Screen</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Screen</title>
[fc7afd0c]31
[b7a85cd9]32 <para>
33 <application>Screen</application> is a terminal multiplexor that runs
34 several separate processes, typically interactive shells, on a single
35 physical character-based terminal. Each virtual terminal emulates a DEC
36 VT100 plus several ANSI X3.64 and ISO 2022 functions and also provides
37 configurable input and output translation, serial port support,
38 configurable logging, multi-user support, and many character encodings,
39 including UTF-8. Screen sessions can be detached and resumed
40 later on a different terminal.
41 </para>
[fc7afd0c]42
[f243c97]43 &lfs10_checked;
[a263ccb3]44
[5b6516d]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[b7a85cd9]48 <para>
49 Download (HTTP): <ulink url="&screen-download-http;"/>
50 </para>
[5b6516d]51 </listitem>
52 <listitem>
[b7a85cd9]53 <para>
54 Download (FTP): <ulink url="&screen-download-ftp;"/>
55 </para>
[5b6516d]56 </listitem>
57 <listitem>
[b7a85cd9]58 <para>
59 Download MD5 sum: &screen-md5sum;
60 </para>
[5b6516d]61 </listitem>
62 <listitem>
[b7a85cd9]63 <para>
64 Download size: &screen-size;
65 </para>
[5b6516d]66 </listitem>
67 <listitem>
[b7a85cd9]68 <para>
69 Estimated disk space required: &screen-buildsize;
70 </para>
[5b6516d]71 </listitem>
72 <listitem>
[b7a85cd9]73 <para>
74 Estimated build time: &screen-time;
75 </para>
[5b6516d]76 </listitem>
77 </itemizedlist>
[fc7afd0c]78
[5b6516d]79 <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
[fc7afd0c]80
[5b6516d]81 <bridgehead renderas="sect4">Optional</bridgehead>
[47274444]82 <para role="optional">
83 <xref linkend="linux-pam"/>
84 </para>
[fc7afd0c]85
[1039de3]86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/screen"/></para>
88
[5b6516d]89 </sect2>
[fc7afd0c]90
[5b6516d]91 <sect2 role="installation">
92 <title>Installation of Screen</title>
93
[b7a85cd9]94 <para>
95 Install <application>Screen</application> by running the
96 following commands:
97 </para>
[5b6516d]98
[f0af58fb]99<screen><userinput>./configure --prefix=/usr \
[066dad5a]100 --infodir=/usr/share/info \
101 --mandir=/usr/share/man \
[7715803]102 --with-socket-dir=/run/screen \
[9506e84]103 --with-pty-group=5 \
[8f29aa2]104 --with-sys-screenrc=/etc/screenrc &amp;&amp;
105
[b0d6e4b]106sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
[5b6516d]107make</userinput></screen>
108
[b7a85cd9]109 <para>
110 This package does not come with a test suite.
111 </para>
[fc7afd0c]112
[b7a85cd9]113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
[fc7afd0c]116
[5b6516d]117<screen role="root"><userinput>make install &amp;&amp;
118install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
[fc7afd0c]119
[5b6516d]120 </sect2>
[fc7afd0c]121
[5ee44e37]122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[b7a85cd9]125 <para>
126 <parameter>--with-socket-dir=/run/screen</parameter>: This option
127 places the per-user sockets in a standard location.
128 </para>
129
130 <para>
131 <parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
132 places the global screenrc file in <filename
133 class='directory'>/etc</filename>.
134 </para>
135
136 <para>
137 <parameter>--with-pty-group=5</parameter>: This option sets the gid
138 to the value used by LFS.
139 </para>
140
141 <para>
142 <command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
143 {etc,doc}/*</command>: This command corrects the configuration and
144 documentation files to the location that is used here for the global
145 screenrc file.
146 </para>
[bccbdaea]147
[5ee44e37]148 </sect2>
149
[5b6516d]150 <sect2 role="configuration">
151 <title>Configuring Screen</title>
152
153 <sect3 id ="screen-config">
154 <title>Config Files</title>
[fc7afd0c]155
[b7a85cd9]156 <para>
157 <filename>/etc/screenrc</filename> and
158 <filename>~/.screenrc</filename>
159 </para>
[fc7afd0c]160
[5b6516d]161 <indexterm zone="screen screen-config">
162 <primary sortas="e-AA.screenrc">~/.screenrc</primary>
163 </indexterm>
[fc7afd0c]164
[5b6516d]165 <indexterm zone="screen screen-config">
166 <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
167 </indexterm>
[fc7afd0c]168
[5b6516d]169 </sect3>
170
171 <sect3>
172 <title>Configuration Information</title>
[fc7afd0c]173
[b7a85cd9]174 <para>
175 You may want to look at the example configuration file that was
176 installed and customize it for your needs.
177 </para>
[fc7afd0c]178
[5b6516d]179 </sect3>
[fc7afd0c]180
[5b6516d]181 </sect2>
[fc7afd0c]182
[5b6516d]183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
[d9962703]187 <segtitle>Installed Program</segtitle>
[5b6516d]188 <segtitle>Installed Libraries</segtitle>
[d9962703]189 <segtitle>Installed Directory</segtitle>
[fc7afd0c]190
[5b6516d]191 <seglistitem>
[7715803]192 <seg>screen (symlink) and screen-&screen-version;</seg>
[5b6516d]193 <seg>None</seg>
[7715803]194 <seg>/usr/share/screen and /run/screen</seg>
[5b6516d]195 </seglistitem>
196 </segmentedlist>
[fc7afd0c]197
[5b6516d]198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
[fc7afd0c]202
[5b6516d]203 <varlistentry id="screen-prog">
204 <term><command>screen</command></term>
205 <listitem>
[b7a85cd9]206 <para>
[4c24eb0a]207 is a terminal multiplexor with VT100/ANSI terminal emulation
[b7a85cd9]208 </para>
[5b6516d]209 <indexterm zone="screen screen-prog">
210 <primary sortas="b-screen">screen</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
[fc7afd0c]214
[5b6516d]215 </variablelist>
[fc7afd0c]216
[5b6516d]217 </sect2>
[b0d6e4b]218
219</sect1>
Note: See TracBrowser for help on using the repository browser.