cd the-specified-directory- changes the directory to
the-specified-directory
- changes the directory to
cd .- changes to current directory
explorer .- opens current directory in a file explorer window
dir/ls- lists all files in the current directory
mkdir the-new-directory-name- create a folder named
the-new-directory-namein the current directory
- create a folder named
touch the-new-file-name- creates a file named
the-new-file-namein the current directory.
- creates a file named