Use the command pwd which tells which
directory currently, to view the folders the command is ls
(the letter L &S)
To view the files the command is cd
windows
To view the working directories use pwd &
to go to root directory use command cd / (cd with space
back slash) , use command cd windows then
view directories use command ls
The command for view only .com files use command ls
*.com
To create the directory will use the command mkdir
JUNK
To change the directory will use the command cd
..