当前位置:首页 » 专业资讯
开发技术指南» 文章正文
    引言: /etc 是Linux下的配置文件的老家, 很多管理和使用的修改
 

 

    摘要:一些bash编程中常犯的初级错误,来自abs-guide 注意!!!!这里面的例子全部是错误的!!! =====变量使用===== 1.将bash保留字符串定义为变量名/变量名中含有保留字符 代码:case=123 #case是保留字串 ca((=123 #((是保留字符 var-1=123 #-是保留字符,用var_1好了 2.变量用数字开头 代码:12var=1233.变量与函数定义重名 代码:do_something () { echo "......
 ·proftp+mysql+php实现    »显示摘要«
    摘要:proftp+mysql+php实现    本文介绍一个非常好的ftp服务安装,实现了数据库管理和吃盘限额。只要稍微修改一下,就可以作为个人主业页服务器的服务平台!(文章参考了一些网上的文档,因为写的时间久了,记不起,希望不要见怪!) 安装环境:redhat8,安装选择的是自定义,没选数据库和ftp部分(因为我们要自己编译,如果安装了也没问题,你可以rpm -qa|grep mysql ,然后rpm -e mysql*.rpm卸载掉 网上关于proftpd......


/etc目录文件介绍
/etc 是linux下的配置文件的老家, 很多管理与使用的修改都在这里

【相关文章:Linux下用Iptables配置简单网

【扩展阅读:linux 7.31如何用root用户t

3. 网络配置文件 【扩展信息:改变redhat的系统语言/字符集

3.1 /etc/hosts

#/etc/hosts

#文件格式: ipaddress hostname aliases

#文件功能: 提供主机名到ip地址的对应关系,建议将自己经常使用的主机

# 加入此文件中,也可将没有dns记录的机器加入到此文件中,

# 这样会方便网络应用

127.0.0.1 localhost localhost.localdomain

202.118.66.81 helius.dlut.edu.cn helius

3.2 /etc/resolv.conf

文件功能:dns客户机配置文件,设置dns服务器的ip地址及dns域名

相关文件:/etc/host.conf

文件格式:

domainname 域名

search 域名

nameserver primary_dns_server_ip_address

nameserver second_dns_server_ip_address

其中domainname与search可同时存在,也可只有一个;nameserver可指定多个

示例文件内容:

search dlut.edu.cn

nameserver 202.118.66.6

3.3 /etc/host.conf

功能:指定主机名查找方法,通常指先查找文件/etc/hosts,找不到时再向dns服务器请求。

对于大多数用户不用改动此文件内容。

linux: /etc/host.conf文件内容

order hosts, bind

multi on

soalris: /etc/nsswitch.conf 中的hosts项

hosts files, dns

3.4 /etc/hostname ( linux redhat 5.x distribution)

功能:设置主机名,不同linux之间可能有所差别,请使用

egrep hostname /etc/rc.d/init.d/*

egrep hostname /etc/init.d/*

查找相应版本上的主机名设置文件及方法。

linux redhat 5.x对应文件: /etc/sysconfig/network的hostname项。

3.5 /etc/inetd.conf

internet 超级服务器, 相关程序: /usr/sbin/inetd

相应服务:

telnet

ftp

pop3

r* rsh rcp rlogin (建议最好关闭r服务)

其他服务最好关掉

#

# inetd.conf this file describes the services that will be available

# through the inetd tcp/ip super server. to re-configure

# the running inetd process, edit this file, then send the

# inetd process a sighup signal.

#

# version: @(#)/etc/inetd.conf 3.10 05/27/93

#

# authors: original taken from bsd unix 4.3/tahoe.

# fred n. van kempen,

#

# modified for debian linux by ian a. murdock

#

# modified for rhs linux by marc ewing

#

#

#

# echo, discard, daytime, and chargen are used primarily for testing.

#

# to re-read this file after changes, just do a killall -hup inetd

#

#echo stream tcp nowait root internal

#echo dgram udp wait root internal

#discard stream tcp nowait root internal

#discard dgram udp wait root internal

#daytime stream tcp nowait root internal

#daytime dgram udp wait root internal

#chargen stream tcp nowait root internal

#chargen dgram udp wait root internal

#


...   下一页
 ·多线程下载工具。    »显示摘要«
    摘要:很好用,速度不错。安装之后,到设置中把线程开到10。安装firefox扩展工具flashgot后,就可以右键启用它了。它叫d4x.下载d4x-2.5.0final.tar.gz......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE