Linux mtype命令

Linux 命令大全 Linux 命令大全

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.

Linux 命令大全 Linux 命令大全