Latest web development tutorials

Linux mtype command

Linux command Daquan Linux command Daquan

mtype to mtools tool instruction, simulation of MS-DOS type command displays the contents of MS-DOS files.

grammar

mtype [-st][文件]

Parameter Description:

  • -s removal of 8-bit character code set the first bit to make it compatible with 7-bit ASCII.
  • -t The MS-DOS text file "+ newline move the cursor to the first line" characters into Linux newline character.

Examples

Open the MS-DOS file named dos.txt can use the following command:

mtype dos.txt         #打开MS-DOS 文件 

Display results as follows:

$ mtype dos.txt #打开MS-DOS 文件  
Linux networks are becoming more and more common, but security is often an overlooked  
issue. Unfortunately, in today’s environment all networks are potential hacker targets,  
from top-secret military research networks to small home LANs.  
Linux Network Securty focuses on securing Linux in a networked environment, where the  
security of the entire network needs to be considered rather than just isolated machines.  
It uses a mix of theory and practicl techniques to teach administrators how to install and  
use security applications, as well as how the applcations work and why they are necessary.  

Linux command Daquan Linux command Daquan