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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 4c6a067 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 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"?>
[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
[87448d4]7 <!ENTITY screen-download-http "http://ftp.uni-erlangen.de/pub/utilities/screen/screen-&screen-version;.tar.gz">
8 <!ENTITY screen-download-ftp "ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-&screen-version;.tar.gz">
9 <!ENTITY screen-md5sum "8506fd205028a96c741e4037de6e3c42">
10 <!ENTITY screen-size "821 KB">
[5b6516d]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>
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
[5b6516d]32 <para><application>Screen</application> is a terminal multiplexor that
[8d77de6]33 runs several separate processes, typically interactive shells, on a single
34 physical character-based terminal. Each virtual terminal emulates a DEC
[f15cc86]35 VT100 plus several ANSI X3.64 and ISO 2022 functions and also provides
36 configurable input and output translation, serial port support,
37 configurable logging, multi-user support, and many character encodings,
38 including UTF-8. Screen sessions can be detached and resumed
[5b6516d]39 later on a different terminal.</para>
[fc7afd0c]40
[5b6516d]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&screen-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&screen-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &screen-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &screen-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &screen-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &screen-time;</para>
60 </listitem>
61 </itemizedlist>
[fc7afd0c]62
[5b6516d]63 <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
[fc7afd0c]64
[5b6516d]65 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]66 <para role="optional"><xref linkend="linux-pam"/></para>
[fc7afd0c]67
[1039de3]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/screen"/></para>
70
[5b6516d]71 </sect2>
[fc7afd0c]72
[5b6516d]73 <sect2 role="installation">
74 <title>Installation of Screen</title>
75
76 <para>Install <application>Screen</application> by running the
77 following commands:</para>
78
79<screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
[b0d6e4b]80 --with-sys-screenrc=/etc/screenrc &amp;&amp;
81sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
[5b6516d]82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
[fc7afd0c]85
[5b6516d]86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]87
[5b6516d]88<screen role="root"><userinput>make install &amp;&amp;
89install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
[fc7afd0c]90
[5b6516d]91 </sect2>
[fc7afd0c]92
[5ee44e37]93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <para><parameter>--with-socket-dir=/var/run/screen</parameter>: This option
97 places the per-user sockets in a standard location.</para>
98
99 <para><parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
100 places the global screenrc file in <filename
[2cc10fd8]101 class='directory'>/etc</filename>. </para>
[5ee44e37]102
103 <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
104 {etc,doc}/*</command>: This command corrects the configuration and
[45de7f7]105 documentation files to the location that is used here for the global
[5ee44e37]106 screenrc file.</para>
[bccbdaea]107
[5ee44e37]108 </sect2>
109
[5b6516d]110 <sect2 role="configuration">
111 <title>Configuring Screen</title>
112
113 <sect3 id ="screen-config">
114 <title>Config Files</title>
[fc7afd0c]115
[8d77de6]116 <para><filename>/etc/screenrc</filename> and
[5b6516d]117 <filename>~/.screenrc</filename></para>
[fc7afd0c]118
[5b6516d]119 <indexterm zone="screen screen-config">
120 <primary sortas="e-AA.screenrc">~/.screenrc</primary>
121 </indexterm>
[fc7afd0c]122
[5b6516d]123 <indexterm zone="screen screen-config">
124 <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
125 </indexterm>
[fc7afd0c]126
[5b6516d]127 </sect3>
128
129 <sect3>
130 <title>Configuration Information</title>
[fc7afd0c]131
[8d77de6]132 <para>You may want to look at the example configuration file that was
[5b6516d]133 installed and customize it for your needs.</para>
[fc7afd0c]134
[5b6516d]135 </sect3>
[fc7afd0c]136
[5b6516d]137 </sect2>
[fc7afd0c]138
[5b6516d]139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
[d9962703]143 <segtitle>Installed Program</segtitle>
[5b6516d]144 <segtitle>Installed Libraries</segtitle>
[d9962703]145 <segtitle>Installed Directory</segtitle>
[fc7afd0c]146
[5b6516d]147 <seglistitem>
148 <seg>screen</seg>
149 <seg>None</seg>
150 <seg>/var/run/screen</seg>
151 </seglistitem>
152 </segmentedlist>
[fc7afd0c]153
[5b6516d]154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
[fc7afd0c]158
[5b6516d]159 <varlistentry id="screen-prog">
160 <term><command>screen</command></term>
161 <listitem>
[8d77de6]162 <para>is a terminal multiplexor with VT100/ANSI
[5b6516d]163 terminal emulation.</para>
164 <indexterm zone="screen screen-prog">
165 <primary sortas="b-screen">screen</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
[fc7afd0c]169
[5b6516d]170 </variablelist>
[fc7afd0c]171
[5b6516d]172 </sect2>
[b0d6e4b]173
174</sect1>
Note: See TracBrowser for help on using the repository browser.