 1个人参与点评 I/O重定向详解及应用实例 1、 基本概念(这是理解后面的知识的前提,请务必理解) a、 I/O重定向通常与 FD有关,shell的FD通常为10个,即 0~9; b、 常用FD有3个,为0(stdin,标准输入)、1(stdout,标准输出)、2(stderr,标准错误输出),默认与keyboard、monitor、monitor有关; c、 用 < 来改变读进的数据信道(st
 1个人参与点评 nmap -sT -O localhost The output of this command looks like the following: [code:1:f925cf5bd2]Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) Interesting ports on localhost.localdomai
|