Linux Commands Examples

A great documentation place for Linux commands

mcheck

verify all files on an MS-DOS formatted disk


see also : mtools - mdir - mtype

Synopsis

mcheck [msdosdrive]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
WEBINTERFACEMODULES='Graphics::Magick URI::Escape'
OPTIONALBINARIES='smbclient pagsh kinit aklog'
CHECKEDMODULES=""
MISSINGMODULES=""
MISSINGBINARIES=""
mcheck() {
bcheck perl
echo "++++ Checking required modules:"
mcheck $MODULES
echo "++++ Checking optional modules:"

description

mcheck is a script that verifies all files on a MS-DOS formatted disk by reading them using mtype(1)

The optional argument specifies the MS-DOS drive letter of the disk to be checked. A: is used by default.

license

Copyright (C) 1994 David C. Niemi (niemi[:at:]tuxers[:dot:]net)

The author requires that any copies or derived works include this copyright notice; no other restrictions are placed on its use.


see also

mtools , mdir , mtype


author

mcheck was written by David C. Niemi <niemi[:at:]tuxers[:dot:]net>

This manual page was written by Rabin Vincent <r.vincent@iu-bremen.de> for the Debian GNU/Linux system (but may be used by others).

How can this site be more helpful to YOU ?


give  feedback