Entering a Subdirectory

$ cd subdirectory

Going Up a Directory

$ cd ..

View Contents of Current Directory

$ ls

Opening a file with Code

$ code filename