diff --git a/guide/english/linux/getting-started/index.md b/guide/english/linux/getting-started/index.md index def1ac089d..1fcc15b115 100644 --- a/guide/english/linux/getting-started/index.md +++ b/guide/english/linux/getting-started/index.md @@ -45,8 +45,13 @@ 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 ``` + +#### More Information + +- ["The Linux Command Line" By William Shotts](http://linuxcommand.org/tlcl.php)