From 73966a927fb9ed767c5bcb189481f23ef515011a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 14 Dec 2018 14:47:12 -0600 Subject: Admin: ch01: keep fixing until words to making sense --- src/admin/1_intro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin') diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml index 4cccdb5..0322c32 100644 --- a/src/admin/1_intro.xml +++ b/src/admin/1_intro.xml @@ -334,7 +334,7 @@
The shell environment The shell environment, also called a terminal or console, is an interface where you type commands in to a command processor (the shell), 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. - By default, Adélie Linux uses the Z shell (zsh) as shell. 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: + 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: yourname on computer-name ~ % 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 cd Documents to change to the Documents directory in your home directory, your prompt will then show: yourname on computer-name ~/Documents % -- cgit v1.2.3-70-g09d2