Mishal Abdullah

10 Basic Linux Commands That You Need To Know

Linux Based

10 Basic Linux Commands That You Need To Know 1. cd The cd command is used for changing directories. cd stands for “change the working directory”. use can to use to change from one folder to another. **Changing Your Directory ** You can use cd then, followed by the folder directory you want to change to for example:- cd Downloads If you want to go through multiple directories at a time, instead of using cd Downloads and then cd Wallpapers you can use cd then followed by the directory name then the next directory name separated by a / for example:- cd Downloads/wallpapers cd home/prinux/Desktop/Todolist