summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsiism <msi@malbolge.net>2018-12-16 17:46:28 +0100
committermsiism <msi@malbolge.net>2018-12-16 17:46:28 +0100
commitf248838d6f226678d48570d78d7dad4d33aeaf5b (patch)
treebd85040ae307e3369dca7e46e29403a463af0fcd
parent4455fff0e6ab198d44fa92206e952ea09a17cf60 (diff)
downloaddocs-f248838d6f226678d48570d78d7dad4d33aeaf5b.tar.gz
docs-f248838d6f226678d48570d78d7dad4d33aeaf5b.tar.bz2
docs-f248838d6f226678d48570d78d7dad4d33aeaf5b.tar.xz
docs-f248838d6f226678d48570d78d7dad4d33aeaf5b.zip
Resolve Issue #3 (https://code.foxkit.us/msi/docs/issues/3)
-rw-r--r--src/admin/1_intro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml
index 3a77db5..d129fda 100644
--- a/src/admin/1_intro.xml
+++ b/src/admin/1_intro.xml
@@ -333,7 +333,7 @@
<para>Now let's brief go over some of the essentials of day-to-day administration of an Adélie Linux system. These will be covered with more depth in later chapters.</para>
<section>
<title>The shell environment</title>
- <para>The <firstterm>shell environment</firstterm>, also called a terminal or console, is an interface where you type commands in to a command processor (the <firstterm>shell</firstterm>), and view the results of the command on your screen. Windows users may know this environment as a "Command Prompt". The shell environment is an essential part of administrating any Linux system. Adélie Linux is designed to make the shell environment easy to use while still providing you the ability to view and edit nearly every detail about your system.</para>
+ <para>The <firstterm>shell environment</firstterm>, also called a terminal or console, is an interface where you type commands in to a command processor (the <firstterm>shell</firstterm>), and view the results of the command on your screen. Windows users may know this environment as a "Command Prompt". The shell environment is an essential part of administrating any Linux system. Adélie Linux is designed to make the shell environment easy to use while still providing you with the ability to view and edit nearly every detail about your system.</para>
<para>The default interactive shell in the Adélie Linux system is the Z shell (zsh). This shell has many unique and powerful features, but by default, it works very similar to the widely-used Bash shell. When you start your shell, you will be greeted with a prompt similar to:</para>
<para><prompt><replaceable>yourname</replaceable> on <replaceable>computer-name</replaceable> ~ %</prompt></para>
<para>The prompt contains your username, the name of the computer you are currently logged in to, and your current directory. The "~" represents your home directory, where your personal files and settings are stored. This "~" will change as you move around the directories on your computer's hard disk. For example, if you type <command>cd Documents</command> to change to the Documents directory in your home directory, your prompt will then show:</para>