Manipulating Directories (Making New Ones and Naming Them )

Section: File Management Programs - for Exploring the Disk
...Subsection: Problems File Management Systems can Help You Solve
... ...Subsubsection: Manipulating Directories (Making New Ones and Naming Them )

There are times when you want to create new directories and subdirectories in order to improve the organization of your computer. This is easily accomplished in GUI systems by using pull-down menus and choosing a command that says something like create directory for example. Its a little more difficult in command line systems; in UNIX you would type the command mkdir at the prompt followed by the name of the directory you wish to create. In MS-DOS the command is: MD new directory.