get full path of current directory linux code example
Example 1: linux get full path
readlink -f file.txt #file
readlink -f Downloads #folder
Example 2: linux show path
pwd //Unix command for showing the path
$PATH //Enviromental variable for showing the path