{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Linux网络管理与配置

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Linux网络管理与配置

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《Linux网络管理与配置》以RedHat公司的Linux最新版本RHEL Server 5操作系统为平台,比较全面、系统地介绍了Linux操作系统的基本知识、常用命令、系统管理、服务器配置等知识。内容选取依据企业专家的意见,并结合网络专业培养应用型网络人才的目标而设定,坚持理论够用、实践为重的原则,以案例引导知识点。《Linux网络管理与配置》共10章,分为三部分内容:第一部分是Linux操作系统的基本知识;第二部分是系统的基本管理;第三部分是服务器的搭建与维护。每一章都配有大量的案例以及实训任务要求。
《Linux网络管理与配置》适合作为高职高专计算机网络等相关专业的教材,也可作为Linux培训班教材,还可作为Linux爱好者的自学教材。
Catalogue

前言
第1章 RHELServer5的安装与启动
1.1 Linux简介
1.1.1 UNIX的起源与发展
1.1.2 GNU与GPL
1.1.3 Linux的诞生和发展
1.2 Linux版本
1.2.1 Linux的内核版本
1.2.2 RHELServer5简介
1.3 RHELServer5系统安装前的准备
1.3.1 磁盘分区
1.3.2 Linux分区的表示
1.3.3 系统引导程序
1.3.4 硬件基本要求
1.4 安装RHELServer5
1.4.1 VMwareWorkstation6.0虚拟机简介
1.4.2 安装配置VMwareWorkstation6.0
1.4.3 RHELServer5的安装步骤
1.4.4 首次启动RHELServer5
本章小结
实训项目
同步测试

第2章 Linux基本操作
2.1 图形用户界面简介
2.1.1 GNOME基本使用
2.1.2 切换到KDE桌面环境
2.2 命令行操作界面
2.2.1 命令行操作界面简介
2.2.2 进入Linux文本模式
2.3 登录、退出和关闭系统
2.3.1 登录、注销与退出
2.3.2 Linux的运行级别
2.3.3 关闭和重启计算机
2.4 用户和组群管理
2.4.1 用户
2.4.2 Linux环境下的用户系统文件
2.4.3 Linux环境下的用户组及用户组系统文件
2.4.4 管理用户和用户组的命令
2.5 Linux的用户接口与文本编辑器
2.5.1 shell简介
2.5.2 shell命令基础
2.5.3 基本命令
2.5.4 文本编辑器简介
2.5.5 Vi简介
2.5.6 Vi的基本命令
本章小结
实训项目
同步测试

第3章 Linux磁盘与文件管理
3.1 Linux的文件系统类型和目录结构
3.1.1 Linux文件系统类型
3.1.2 Linux的目录结构
3.2 建立和使用文件系统
3.2.1 使用fdisk进行分区管理
3.2.2 建立文件系统
3.2.3 挂载和使用文件系统
3.3 文件类型
3.3.1 Linux文件属性
3.3.2 修改文件的属性
3.4 文件与目录管理
3.4.1 链接文件的介绍和使用
3.4.2 查找文件
3.4.3 文件的归档与压缩
3.5 磁盘管理
3.5.1 查看硬盘或目录的容量
3.5.2 移动存储介质的装载
3.6 系统管理
3.6.1 启动过程
3.6.2 运行级别
3.6.3 inittab配置文件
3.6.4 进程管理
本章小结
实训项目
同步测试

第4章 软件包管理与配置网络连接
4.1 RPM软件包管理
4.1.1 RPM软件包简介
4.1.2 使用rpm命令
4.1.3 图形界面下软件包的安装
4.2 网络的基本配置
4.2.1 主机名称
4.2.2 网络配置文件
4.2.3 网卡配置文件
4.2.4 客户端名称解析
4.2.5 重启网络服务
4.3 常用网络设置命令
4.3.1 ifconfig命令
4.3.2 route命令
4.4 网络诊断命令
4.4.1 ping命令
4.4.2 traceroute命令
4.4.3 netstat命令
4.5 网络配置实例
4.6 管理网络服务
4.6.1 服务的启动脚本
4.6.2 服务的启动与停止
4.6.3 配置服务的启动状态
本章小结
实训项目
同步测试

第5章 域名服务器的搭建与管理
5.1 DNS系统基础
5.1.1 DNS的作用
5.1.2 DNS的结构与作用机制
5.2 使用Bind创建域名服务器
5.2.1 Bind简介
5.2.2 DNS域名服务器配置实例
5.2.3 配置辅助域名服务器
5.3 客户端设置
5.3.1 Windows客户端的设置
5.3.2 Linux客户端的设置
5.4 测试DNS设置
本章小结
实训项目
同步测试

第6章 DHCP服务器的搭建与管理
6.1 DHCP服务器的工作原理
6.1.1 DHCP服务器简介
6.1.2 DHCP服务器的工作流程
6.1.3 DHCP服务器的用途
6.2 DHCP服务器软件包的安装
6.3 配置DHCP服务器实例
6.3.1 配置DHCP服务器实例一
6.3.2 配置DHCP服务器实例二
本章小结
实训项目
同步测试

第7章 WWW服务器的搭建与管理
7.1 Web服务器简介
7.2 安装Apache服务器
7.2.1 安装ApacheRPM软件包
7.2.2 Apache软件包的安装位置
7.3 Apache服务器配置基础
7.3.1 全局环境
7.3.2 主服务器配置
7.3.3 Apache服务器的启动和停止
7.4 Web服务配置实例
7.4.1 配置默认站点
7.4.2 配置虚拟主机
7.4.3 配置个人Web站点
本章小结
实训项目
同步测试

第8章 架设FTP服务
8.1 FTP服务器简介
8.1.1 FTP特色
8.1.2 服务器与客户端的数据交换过程
8.2 Vsftpd的安装与启动
8.2.1 Vsftpd的安装
8.2.2 Vsftpd的启动
8.2.3 Vsftpd的用户
8.2.4 登录和访问FTP服务器
8.3 配置Vsftpd服务器
8.3.1 主要配置文件
8.3.2 配置实例
8.4 基于本地用户和主机的访问控制
8.4.1 配置基于本地用户的访问控制
8.4.2 配置基于主机的访问控制
8.5 使用FTP客户端
8.5.1 使用命令行工具
8.5.2 使用图形化工具
本章小结
实训项目
同步测试

第9章 Samba服务器的配置与管理
9.1 SMB协议与Samba简介
9.2 安装Samba服务器
9.3 配置Samba服务器
9.3.1 Samba服务器的配置文件
9.3.2 全局参数
9.3.3 共享资源参数
9.3.4 添加Samba用户
9.3.5 启动与停止Samba服务器
9.3.6 配置用户级的Samba服务器实例
9.4 从Windows客户端访问Samba服务器
9.5 从Linux客户端访问Samba服务器
9.6 从Linux桌面环境下访问Windows共享文件
9.6.1 Linux计算机访问Windows计算机上共享的文件
9.6.2 Linux计算机访问Windows计算机上共享的打印机
本章小结
实训项目
同步测试

第10章 架设邮件服务器
10.1 邮件服务器基本原理
10.2 安装与启动Sendmail服务器
10.3 Sendmail的DNS设置
10.4 配置Sendmail服务器
10.4.1 配置Sendmail实例
10.4.2 配置Sendmail服务器邮件别名、邮件列表和邮件转发
10.4.3 设置SMTP的用户认证
10.4.4 配置虚拟主机和虚拟邮件账号
10.5 配置POP3和IMAP4邮局
10.5.1 安装dovecot服务
10.5.2 配置dovecot服务
10.5.3 设置dovecot为自动启动
本章小结
实训项目
同步测试

Book Abstract

3.3 文件类型
Linux文件类型常见的有普通文件、目录、字符设备文件、块设备文件和符号链接文件等。Linux文件和命令均要区分大小写,并且Linux支持长文件名,不论是文件名还是目录名,最长可以达到256个字符。Windows根据文件的扩展名就能判断文件的类型,但在Linux一个文件是否能被执行和扩展名没有太大的关系,主要看文件的属性有关。但用户了解Linux文件的扩展名还是有必要的,特别是自己创建的一些文件,最好还是加扩展名,这样做的目的仅仅是为了用户在应用时方便。
现在的Linux桌面环境和windows一样智能化,文件的类型是和相应的程序关联的。在打开某个文件时,系统会自动判断用哪个应用程序打开。如果从这方面来讲,Linux桌面环境和Windows桌面没有太大的区别。
在Linux系统中,带有扩展名的文件,只能代表程序的关联,并不能说明文件是可以执行的,从这方面来说,Linux的扩展名没有太大的意义。
在字符界面下使用lS或II命令显示时,普通文件显示为白色,在图形界面中仿真终端中,普通文件显示为黑色,目录为兰色,可执行文件显示为绿色,链接文件显示为青色。通过颜色,也可很快区分文件的类型。
Linux文件类型和Linux文件的文件名所代表的意义是两个不同的概念。通过一般应用程序创建的文件如file.txt、file.tar.gz,这些文件虽然要用不同的程序来打开,但放在Linux文件类型中衡量时,大多是常规文件(也被称为普通文件)。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book