GIT

#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

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.