Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 518 Bytes

How to use file paths readme.md

File metadata and controls

7 lines (6 loc) · 518 Bytes

An Absolute path is a path to a file/directory from the root. for example home/sfayson/projects A Relative path is a location to a file/directory based on the current working directory you are in. cd sfayson took me to my personal directory from my home directory. cd .. will take me from my current working directory to its parent directory. cd / will take me to my root directory.

image