Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mmd(1) [redhat man page]

mmd(1)							      General Commands Manual							    mmd(1)

Name
       mmd - make an MSDOS subdirectory

Note of warning
       This  manpage  has been automatically generated from mtools's texinfo documentation, and may not be entirely accurate or complete.  See the
       end of this man page for details.

Description
       The mmd command is used to make an MS-DOS subdirectory. Its syntax is:

       mmd [-D clash_option] msdosdirectory [ msdosdirectories... ]

       Mmd makes a new directory on an MS-DOS filesystem. An error occurs if the directory already exists.

See Also
       Mtools' texinfo doc

Viewing the texi doc
       This manpage has been automatically generated from mtools's texinfo documentation. However, this process is only  approximative,  and  some
       items, such as crossreferences, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate repre-
       sentation in the manpage format.  Moreover, not all information has been translated into the manpage version.  Thus I strongly  advise  you
       to use the original texinfo doc.  See the end of this manpage for instructions how to view the texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips mtools.dvi

       *      To generate a html copy,	run:

		     ./configure; make html

	      A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       The  texinfo  doc looks most pretty when printed or as html.  Indeed, in the info version certain examples are difficult to read due to the
       quoting conventions used in info.

mtools-3.9.8							      02Jun01								    mmd(1)

Check Out this Related Man Page

mdeltree(1)						      General Commands Manual						       mdeltree(1)

Name
       mdeltree - recursively delete an MSDOS directory and its contents

Note of warning
       This  manpage  has been automatically generated from mtools's texinfo documentation, and may not be entirely accurate or complete.  See the
       end of this man page for details.

Description
       The mdeltree command is used to delete an MS-DOS file. Its syntax is:

       mdeltree [-v] msdosdirectory [msdosdirectories...]

       Mdeltree removes a directory and all the files and subdirectories it contains from an MS-DOS filesystem. An error occurs if  the  directory
       to be removed does not exist.

See Also
       Mtools' texinfo doc

Viewing the texi doc
       This  manpage  has  been automatically generated from mtools's texinfo documentation. However, this process is only approximative, and some
       items, such as crossreferences, footnotes and indices are lost in this translation process.  Indeed, these items have no appropriate repre-
       sentation  in  the manpage format.  Moreover, not all information has been translated into the manpage version.	Thus I strongly advise you
       to use the original texinfo doc.  See the end of this manpage for instructions how to view the texinfo doc.

       *      To generate a printable copy from the texinfo doc, run the following commands:

		     ./configure; make dvi; dvips mtools.dvi

       *      To generate a html copy,	run:

		     ./configure; make html

	      A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'

       *      To generate an info copy (browsable using emacs' info mode), run:

		     ./configure; make info

       The texinfo doc looks most pretty when printed or as html.  Indeed, in the info version certain examples are difficult to read due  to  the
       quoting conventions used in info.

mtools-3.9.8							      02Jun01							       mdeltree(1)
Man Page

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Why i can't use the tool "turbosoundcfg" to configure the sound in my TurboLinux?

But the page "http://www.chinalinuxpub.com/doc/tlc61/node60.html" says it can.Why ?What can i do? Help me ! Thanks a lot! (3 Replies)
Discussion started by: sensir163
3 Replies

2. Filesystems, Disks and Memory

? on xferring user info from one sys to another

I've been setting up a duplicate system to replace an ailing ultra 2, same os version, same file & directory structure, same databases, now I just wanted to doublecheck that for user info, to copy over exact user login info, i need to copy the etc/passwd, etc/group and etc/shadow files. THis will... (6 Replies)
Discussion started by: kymberm
6 Replies

3. UNIX for Dummies Questions & Answers

about make file

when u run the make file,what the make fill will call :( (4 Replies)
Discussion started by: kumar
4 Replies

4. HP-UX

make

How do I configure make file to work in hp-ux ??? Everything I "make" exits with errors!!! (1 Reply)
Discussion started by: mwagz
1 Replies

5. UNIX for Dummies Questions & Answers

[Question]How to copy files to all subdirectory

I want to copy php.ini to all subdirectory. what command that should i run? (2 Replies)
Discussion started by: dzufauzan
2 Replies

6. UNIX for Dummies Questions & Answers

how to make a usbmemory stick os installer

kindly answer the bellow link https://www.unix.com/linux/90527-how-install-linux-os-usb-pen-drive.html#post302262448 (1 Reply)
Discussion started by: seshumohan
1 Replies

7. Programming

configure and make

Hi If you have a software installed and then you change the source code (not adding library, just few command in a file). have you also to follow the same procedure: ./configure make make install ?? Or make and make install is enough? Do you suggest to remove the old one before... (2 Replies)
Discussion started by: Dedalus
2 Replies

8. UNIX for Dummies Questions & Answers

Difference between configure/make/make install.

Hi, While installation of apache on linux, we perform the below tasks. 1) Untar 2) configure 3) make 4) make install. I wanted to understand the difference and working of configure/make/make install. Can any one help me understanding this? Thanks in advance. (1 Reply)
Discussion started by: praveen_b744
1 Replies

9. UNIX for Advanced & Expert Users

TexInfo, word formatting?

Heyas While thinking how to rewrite my docs, figured i might want to make it GNU, so i started with TexInfo. It took a while to figure about @sections, and such, but the main gaol is to get a manpage-like output, as html. So i took a raw example, and try to generate that for all the commands... (0 Replies)
Discussion started by: sea
0 Replies

10. Linux

How to run commands with pipe from text file?

Hello, I have standard loop while read -r info; do command $info done < info in info text file I have multiple commands each on line that I want to execute. When I used them in console they worked, but not with this loop. This is one of the commands in info file: grep... (4 Replies)
Discussion started by: adamlevine
4 Replies