Terminal
- Open
terminal
after pressing super key or using shortcutCTRL+ALT+T
ls
- list the files in the current directorypwd
- List the path of the working directory/folder.mkdir <DIRNAME>
- Creates a directory named<DIRNAME>
cd <DIRNAME>
- change directory to whatever specified in<DIRNAME>
rmdir <DIRNAME>
- removed the …