Question:

How to create and make use of sub-directories.?

by  |  earlier

0 LIKES UnLike

How to create and make use of sub-directories.?

 Tags:

   Report

1 ANSWERS


  1. Hi

    If you are using Linux the command is:

    mkdir newdirname

    This would create a directory under the current working directory.

    To make newdirname your current working directory

    cd newdirname

    You can now copy files to or create files in this directory as required.

    Windows has a similar arrangement. You can also use the file manager.

    Have a look at

    http://wiki.answers.com

    Hope this helps

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.