In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Today, I would like to share with you the relevant knowledge points about the use of Linux mread commands to analyze examples. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article.
The Linux mread command is used to copy the MS-DOS file to the directory of Linux/Unix. Mread is a mtools tool command that copies MS-DOS files to the file system of Linux. This command is no longer commonly used and is generally replaced by the mcopy command.
Syntax mread [MS-DOS file.] [Linux file or directory]
Parameter description:
[MS-DOS file...] DOS source file or directory path where the operation is performed [Linux file or directory] Linux destination file or directory path instance after the operation is performed
Use the instruction mread to copy everything in disk "a:" to the current working directory, and enter the following command:
$mread a:\ *. / ``# copy all files on disk a to the current working directory
Before executing this command, you can use the mdir command to view the original directory structure. After executing mread, you can use the ls command to view the copied file structure again, and the result is as follows:
$mdir-/ a:\ * ``# View the file ```in``in``drive A has no label`` # load information ``Volume Serial Number is 13D2~055C ``Directory ``for``Apura / ``# below is the directory information ``.` / TEST`` 2011-08-23 16:59`` # display format is file name, directory size Modification time ``AUTORUN.INF 2011-08-23 16:53 ``AUTORUN.BAT 43 2011-08-23 16:56 ``3 files 308 bytes ``# Statistics Total size ``724325 bytes ``free` `# remaining space ``$ mread A:\ *. /`` # copy all files on disk a to the current working directory ``$ `ls` # View file or subdirectory information ``TEST AUTORUN.INF AUTORUN.BAT ``# Show the copied content above is all the content of the article "Linux's mread Command using instance Analysis" Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.