Windows\System32
)./
).pwd
: Present working directory. Displays the current directory.cd
: Change directory. Used to navigate the file system (cd /
goes to the root directory).ls
: Lists files and directories in the current directory.ls -l
: Long listing, provides more information about files and directories (permissions, size, modification date, etc.).tree
: Displays the file system in a tree-like diagram.tree -d -L 1
: Restricts the output to directories only and limits the depth to one level below the current directory.d
: Directory.l
: Symbolic link.-
: Regular file.fstab
: Table of file systems mounted at boot.ls
: Lists directory contents.