Absolute path,
It start with root directory (/) and follows the tree branch untill path of desired directory or file completed. Ex. cd /home/me/practice
Relative path
It start from working directory to do this we use some symbols like . (dot) which refers current working directory and .. (dot dot ) which refers parent directory of current working directory