Linux Basic and Tricky Command
#Linux
How to show the current directory in linux
$ pwd
/var/www/projects
View Directory Tree Structure In Linux
$ sudo apt-get install tree
$ tree
$ tree /etc/ # tree directory name
/var/www/projects
Additional links:
- https://www.thegeekstuff.com/2010/11/50-linux-commands/
- https://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/
Note: If you have any query or any upgradation of my writing or any mistakes please comment and suggest me. You are warmly welcomed always.