Linux Cheat Sheet
#day12 of #90daysofdevopschallenge
cd - Change directory
Use this command to navigate to different directories in the file system.
Ex. cd pictures will take you to the "pictures" directory.
cd .. - Move one level up.
cd - To change to a particul...
sangeeta7.hashnode.dev5 min read