diff --git a/guide/english/linux/getting-started/index.md b/guide/english/linux/getting-started/index.md index b02146e156..c810cd78a4 100644 --- a/guide/english/linux/getting-started/index.md +++ b/guide/english/linux/getting-started/index.md @@ -36,3 +36,9 @@ ls (List) - This command list the content in the current directory. It can be al ls ``` Now we can see our directories in our home. + +pwd (Print Working Directory) - This command lists the directory you are currently in. + +```unix +pwd +```