Filed under: Linux | No Comments »
Posted on 九月 17th, 2007 by 吼吼
一、基本网络配置
1.基本配置文件
/etc/hosts:是将IP地址和主机名联系起来的简单文本文件。
格式:IP地址 全限定主机名 别名
举例:192.168.0.2 wanghui.shuke.com wanghui
说明:将IP地址映射到wanghui.shuke.com,并且分配一个备用主机名wanghui。
/etc/services:将服务的名字转成端口号。
注意:没有必要修改,已经包含了常用服务的端口号。
格式:主机服务名 端口号/端口类型 别名
举例:smtp 25/utp mail
说明:smtp服务使用25端口,使用utp连接方式,服务别名是mail。 Read the rest of this entry »
Filed under: Linux | No Comments »
Posted on 八月 29th, 2007 by 吼吼
man 在线手册
find 查找文件
Read the rest of this entry »
Filed under: Linux | 3 Comments »
Posted on 八月 28th, 2007 by 吼吼
ps 显示当前进程
相关字段说明
