Mtype is the mtools tool directive that simulates the type directive of the MS-DOS to display the content of the MS-DOS file.
Syntax
Mtype [-st] [file]
Parameter description:
- -S removes the first bit of the 8-bit ASCII code set and makes it compatible with 7-bit ASCII.
- -T convert the "line feed + cursor move to first line" character in the MS-DOS text file to a line feed character in Linux.
Instance
To open a MS-DOS file named dos.txt, run the following command:
Mtype dos.txt # Open the MS-DOS file
The result is as follows:
$ Mtype dos.txt # Open the MS-DOS file
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.