source: cmdline.xml@ acf7e2c

basic
Last change on this file since acf7e2c was acf7e2c, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Updates to Basic BLFS Chapter 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20519 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6]>
7
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="cmdline" xreflabel="Command Line Tools">
14 <?dbhtml filename="cmdline.html"?>
15
16 <title>Command Line Tools</title>
17
18 <para>These tools are recommended for all systems.</para>
19
20 <para>Openssh provides both an ssh client and a server. Setting
21 up a server allows logging into the system from another system allowing
22 control, including building of additional packages, from a full
23 graphical environment.</para>
24
25 <para>Wget allows retrieval of packages from the command line.</para>
26
27 <para>Make-ca provides for installing security certificates of well
28 known certificate authorities so applications can properly authenticate
29 entities such as an https:// URL across an untrusted network.</para>
30
31 <para>Sudo allows otherwise untrusted users to run commands that
32 require administrative privileges. It is a convenient alternative
33 to the su command.</para>
34
35 <para>Which is a convenient utility that shows the full path to a
36 command.</para>
37
38 <para>Unzip is an extraction utility for zip files. It's function is
39 similar to gzip. gzip2, and xz that were installed in LFS.</para>
40
41 <para>Links is a text mode WWW browser. Text mode browsers are
42 very fast and can be used before a graphical environment is installed.
43 </para>
44
45 <para>Mailx is a a command-line Mail User Agent (MUA). It is especially
46 useful for sending mail messages in scripts.</para>
47
48 <note>
49 <para>
50 When building BLFS packages, manny will require the installation of
51 dependent packages before that are built. See <xref linkend='dependencies'/>
52 to help decide which dependent packages you need.
53 </para>
54 </note>
55
56 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/openssh.xml"/>
57 <xi:include xmlns:xi="&xinclude;" href="networking/netprogs/wget.xml"/>
58 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/make-ca.xml"/>
59 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/sudo.xml"/>
60 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/which.xml"/>
61 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/unzip.xml"/>
62 <xi:include xmlns:xi="&xinclude;" href="networking/textweb/links.xml"/>
63 <xi:include xmlns:xi="&xinclude;" href="networking/mailnews/mailx.xml"/>
64
65</chapter>
Note: See TracBrowser for help on using the repository browser.