博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux中mtools工具_mtype命令_Linux mtype 命令用法详解:mtype为mtools工具指令,模拟MS-DOS的type指令,可显示MS-DOS文件的内容。...
阅读量:5976 次
发布时间:2019-06-20

本文共 860 字,大约阅读时间需要 2 分钟。

Linux mtype命令

mtype为mtools工具指令,模拟MS-DOS的type指令,可显示MS-DOS文件的内容。

语法

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.

相关命令

转载地址:http://saiox.baihongyu.com/

你可能感兴趣的文章
前缀、中缀、后缀表达式(转载)
查看>>
html如何设置radio单选按钮默认选中效果
查看>>
mysql 多实例应用配置部署指南
查看>>
Oracle 12c 新特性之 temp undo
查看>>
What every programmer should know about memory 笔记
查看>>
移动BPM解决方案
查看>>
bootstrap-关闭按钮
查看>>
uC/OS-II源码分析(四)
查看>>
percona innobackupex 使用
查看>>
ORA-00257: archiver error. Connect internal only, until freed
查看>>
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.Type
查看>>
Lync 2013就地升级到Skype for Business 2015-01
查看>>
Mac 系统不兼容移动硬盘无法识别怎么办
查看>>
php 二叉树 与赫夫曼树
查看>>
从产业链看技术的突破,第二届N+ VR&AR&MR技术高峰论坛圆满落幕
查看>>
ZABBIX3.0配置邮件报警
查看>>
马哥运维学习作业(二)
查看>>
php拆分数字字符串方法
查看>>
TCP/IP 某些最常见的错误原因码 (errno)列表
查看>>
spring整合redis缓存
查看>>