From c7e000d54036b251a80188a4cbe46a6b962ed0f2 Mon Sep 17 00:00:00 2001 From: tianci Date: Sat, 26 Mar 2022 12:33:04 +0800 Subject: [PATCH] Change of wording --- docs/books/admin_guide/03-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/03-commands.md b/docs/books/admin_guide/03-commands.md index 917ca045ea..5cc27feb93 100644 --- a/docs/books/admin_guide/03-commands.md +++ b/docs/books/admin_guide/03-commands.md @@ -439,9 +439,9 @@ $ pwd /home/rockstar ``` -To move around using a relative path, you must know its position in the tree. +Use a relative path to reference a file or directory, or use the `cd` command to move to another directory, You must know its location in the file tree. -Depending on the command interpreter, the command prompt may also display the name of the current directory. +Depending on the type of shell and the different parameters of its configuration file, the terminal prompt (also known as the command prompt) will display the absolute or relative path of the current directory. ### `cd` command