linux mtype命令
语法
mtype [-st][文件]
参数说明:
- -s 清除8位字符集中最高位,使其适配7位ASCII编码。
- -t 将MS-DOS文本文件中“换行并回车到行首”的字符转换为Linux系统使用的换行符。
实例
要查看一个名为dos.txt的MS-DOS文件,可以使用以下命令:
mtype dos.txt #查看MS-DOS 文件
输出结果如下所示:
$ 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.
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END