Before we go on to the list of commands, you need to open the command line first, so in this post, I will use "Git Bash" which is an application for Microsoft Windows OS environments that provides Unix-based shell utilities & experience for Git command-line commands. Here is a list of basic Linux commands: cd command
Use the cd command to navigate through Linux files and directories. Depending on the current working directory, it requires either the full path or the name of the directory. cd ..