亚洲区国产区激情区无码区,国产成人mv视频在线观看,国产A毛片AAAAAA,亚洲精品国产首次亮相在线

Linux mtype命令

Linux 命令大全

Linux mtype命令用于顯示MS-DOS文件的內容。

mtype為mtools工具指令,模擬MS-DOS的type指令,可顯示MS-DOS文件的內容。

語法

mtype [-st][文件]

參數(shù)說明

  • -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.

Linux 命令大全