source: general/genutils/screen.xml@ a1dd01c

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 a1dd01c was a1dd01c, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to Screen

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

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