赛迪网 > IT技术 热点推荐 > 文章
  IT资讯搜索
 
IT产品搜索
[程序开发][网管世界][网络安全][数据库技术]
[操作系统][嘉宾聊天·在线访谈][活动集锦]
[精彩专题][Symantec专区][订阅IT技术周刊]
[开发论坛][网管论坛][安全论坛][数据库论坛]
[操作系统论坛][Sybase专区][IBM dW技术专区]
[病毒求助][病毒与漏洞播报][文档·源码下载]

RHCE302重要学习知识点

发布时间:2007.03.09 15:31     来源:赛迪网技术社区    作者:lynn

INSTALLATION

  

  Use the right boot disk for the installation:

  

  boot.img - Standard installation

  bootnet.img - Network installation

  pcmcia.img - PCMCIA required installation

  Install LILO in an appropriate location:

  

  MBR - If LILO will be the default bootloader

  First partition of boot sector - If you're using another OS bootloader

  

  

  LINUX FILESYSTEM

  

  The root filesystem is made up of 12 directories by default:

  

  /bin /home /proc

  /dev /opt /usr

  /etc /lost+found /var

  /sbin /mnt /usr/local

  

  

  KERNEL COMPILING

  Three options are available for configuring a kernel:

  

  make config

  make menuconfig

  make xconfig

  There are two types of kernel images:

  

  zlmage (small kernel images)

  bzlmage (compressed kernel images)

  The seven steps for compiling a kernel are:

  

  make configuration (makeconfig, make menuconfig, or make xconfig)

  make dep

  make clean

  make bzlmage (or zlmage)

  make modules

  make modules_install

  configure LILO and reboot

  Three shorter steps for compiling a kernel are:

  

  make configuration (make config, make menuconfig, or make xconfig)

  make dep clean bzlmage modules modules_install

  configure LILO and reboot

  

  

  X WINDOW SYSTEM

  Three X configuration tools are:

  

  Xconfigurator

  XF86Setup

  xf86config

  

  

  APACHE

  The main configuration directory is /etc/httpd/conf/.

  

  The main Apache configuration file is httpd.conf, used for httpd server configuration.

  

  To configure a virtual host, follow these steps:

  

  Set NameVirtualHost (NameVirtualHost 192.168.0.1).

  Set VirtualHost ().

  Set DocumentRoot.

  Set ServerName.

  Set ErrorLog.

  Set TransferLog.

  Close VirtualHost ().

  Restart httpd (/etc/rc.d/init.d/httpd restart).

  

  

  EMAIL

  There are three components of email:

  

  MTA - Mail transfer agent (sendmail)

  MDA - Mail delivery agent (procmail)

  MUA - Mail user agent (Pine, Elm, Mutt, Netscape)

  

  

  DNS/BIND

  To configure a domain, follow these steps:

  

  Set up a zone in /etc/named.conf.

  Set up a forward zone file (db.example.com).

  Set up a reverse zone file (0.168.192.in-addr.arpa).

  Restart DNS (/etc/rd.d/init.d/named restart).

  

  

  FTP

  To configure FTP, you need these files:

  

  /etc / ftpaccess - For ftpd configuration

  /etc / ftpusers - For user access control

  /etc / ftphost - For host access control

  

  

  SAMBA

  Files used with SMB are:

  

  /etc / smb.com - Main configuration file

  /etc / smbpasswd - Password configuration file

  To set up an SMB share, follow these steps:

  

  Add share to /etc/smb.conf.

  Use testparm to test /etc/smb.conf syntax.

  Restart SMB (/etc/rc.d/init.d/smb restart).

  Access SMB share (smbclient).

  

  

  DHCP

  To configure a DHCP server, follow these steps:

  

  Check for MULTICAST (ifconfig).

  Add route 255.255.255.255 (route).

  Start DHCP (/etc/rd.c/init.d/dhcpd start).

  Verify DHCP service ( /usr/sbin/dhcpd -d -f ).

  Configure /etc/dhcpd.conf.

  

  

  INETD

  To enable or disable network services controlled by inetd, you edit the /etc/inetd.conf file.

  

  

  

  TCP_WRAPPERS

  Controls access to only those services managed by inetd.

  

  To specify access rules, edit:

  

  /etc/hosts.allow

  /etc/hosts.deny

  

  

  ROUTING

  To set up network and routing services, use these tools:

  

  Use route tp sipw pr cpmfogire the IP routing table.

  Use netstat to display network connections, routing tables and interface information.

  Use netcfg to configure network information, routing, host information, default servers, and interface connections.

  Use ifconfig to configure a network interface.

  

  

  IPCHAINS

  The default chains are:

  

  input - Controls incoming connections

  output - Controls outgoing connections

  forward - Forwards connections

  

  

  DEBUGGING

  To debug your machine, follow these steps:

  

  Boot your machine. Decide whether you can fix the machine as is, whether you need to boot the system into single-user mode, or whether you need to use system rescue disks.

  Obtain a set of boot disks.

  Boot the machine with a floppy disk (or boot into single-user (linux single) mode as determined by step a).

  Check your filesystem. (fsck)

  Mount your filesystems. (mount)

  First mount your root partition. Then mount any other filesystems under your root (/) partition. (mount /dev/hda5/ /mnt/harddrive)

  Fix the problem.

  Check to see if you need to restart LILO. (lilo, or lilo -r)

  Sync any changes to the disk. (sync)

  Unmount any manually mounted filesystems. (umount)

  Remove any floppies, CDs, and so on, and reboot (Ctrl+Alt+Del).


[ 发表评论 ] 字体[  ] [ 打印 ] [ 进入博客 ] [ 进入论坛 ]  [ 推荐给朋友 ]
  相关文章
· 强烈推荐:RHCE 033 实验翻译 (03-09) · 特别推荐:RHCE考试经验 (03-09)
· RHCE适合的对象和获得认证后具备的能力 (03-09) · 高手攻关心得:RHCE实战详细经验 (03-09)
· 获得RHCE后的职场优势 (03-09) · RHCE考试介绍 (03-09)
· RHCE认证考试成绩公布 (03-09) · RHCE认证考试主要课程 (03-09)
· RHCE认证考试组成 (03-09) · RHCE认证考试分数计算 (03-09)
  客户需求反馈表
* 姓  名:
更多资料  了解方案  认识厂商
* 单位名称:
* 联系电话:
* 电子邮件:
  赛迪推荐  
  手机·资费 ·新品·导购·评测·手机资费·宽带
手机搜索  诺基亚 N73 MOTO Z6
  IT产品 ·笔记本·台式机·服务器·打印·投影
IT产品搜索 
  IT技术 ·开发·网管·安全·数据库·操作系统
  信息化 ·热点·专题·访谈·周刊·方案案例
[政务][电信][金融][农业][制造业][中小企业]
[CIO][ERP][协同][IT管理][中间件][电子商务]
[政策][地方][专家][评估][辞典][博客][社区]
· 专家:从第三方法律服务看我国信息化法制建设
· 信息化的边际效益分析:民营企业不上ERP会怎样
· 特别专题:排队时代电子银行如何补上行业短板
· 股市洪峰背后的IT:信息系统如何应对负载考验
· 案例分析:计划不如变化快 IT该不该实施预算制
· 北京:公交卡用途增多可购物买药 不推行实名制
  博客·论坛 ·曾剑秋·项立刚·Java学习·网管