[TL:DR Page](https://github.com/tldr-pages/tldr/blob/main/pages/common/pwd.md) [MAN Page](https://man7.org/linux/man-pages/man1/pwd.1.html) ***print name of current/working directory*** Definition: Der pwd-Befehl gibt den absoluten Pfad aus, aus welchem der Befehl abgesetzt worden ist. Steht für: Print Working Directory ### Beispiel: ``` root@pop-os:/home/tim# pwd /home/tim ```