Chapter 4: Working with Directories
๐ Managing Directories & Navigation
Managing directories (folders) without a mouse is one of the most fundamental skills in ๐ช Windows 11 system administration.
mkdir [name](ormd): Creates a new folder. Remember the Zero-Space Rule (use hyphens likeWeek-1instead of spaces).cd [folder]: Steps inside a specific folder (relative path navigation).cd ..: Moves backward one step to the parent directory.cd \: Jumps all the way back to the root directory of the active drive.