diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md index 11f0bbc5963c7476a0b178c4f1b6e92af711006a..dcf3d5fab3fd4c77e3587e7ef7cad320080bdaea 100644 --- a/docs/pages/bash/bash-3-navigating.md +++ b/docs/pages/bash/bash-3-navigating.md @@ -234,7 +234,7 @@ As you type a file or directory name and press Tab, Bash will complete the name You are supposed to be in the `script` directory now. Try the command `cd` without any argument. What happens? (check with `pwd`) ??? example "Click to show the solution" - Right you moved in the `home` directory. This command is even shorter than `cd ~`. + Right you moved in the `/home/<user_name>` directory. This command is even shorter than `cd ~`. !!! Success "Quick recap" In this section we've learned: