Linux是一套使用和自由传播的类Unix操作系统方案

上传人:xmg****18 文档编号:117191018 上传时间:2019-11-18 格式:PPT 页数:21 大小:765.50KB
返回 下载 相关 举报
Linux是一套使用和自由传播的类Unix操作系统方案_第1页
第1页 / 共21页
Linux是一套使用和自由传播的类Unix操作系统方案_第2页
第2页 / 共21页
Linux是一套使用和自由传播的类Unix操作系统方案_第3页
第3页 / 共21页
Linux是一套使用和自由传播的类Unix操作系统方案_第4页
第4页 / 共21页
Linux是一套使用和自由传播的类Unix操作系统方案_第5页
第5页 / 共21页
点击查看更多>>
资源描述

《Linux是一套使用和自由传播的类Unix操作系统方案》由会员分享,可在线阅读,更多相关《Linux是一套使用和自由传播的类Unix操作系统方案(21页珍藏版)》请在金锄头文库上搜索。

1、Introduction to Unix 1Nankai University, CY LI, * Ch2: Linux oHistory oBasic structure oTypes oBasic commands Introduction to Unix 2Nankai University, CY LI, * Whats Linux oLinux是一套免费使用和自由传播的类Unix操 作系统,它主要用于基于Intel x86系列CPU 的计算机上。 o这个系统是由全世界各地的成千上万的程序 员设计和实现的。其目的是建立不受任何商 品化软件的版权制约的、全世界都能自由使 用的Unix兼容

2、产品。 oLinux操作系统软件包不仅包括完整的Linux 操作系统,而且还包括了文本编辑器、高级 语言编译器等应用软件。 Introduction to Unix 3Nankai University, CY LI, * History of Linux o是由芬兰赫尔辛基大学的一个大学生Linus Torvolds 在1991年首次编写的、可用于x86系列的PC上,并 且具有Unix操作系统的全部功能的操作系统; o1993年, Redhat Linux V1.0 o o1999年8月, redflag Linux V1.0 o2000年, Redhat Linux V6.1 o2001年

3、, Redhat Linux V7.0 o2003年, Redhat Linux V9.0 Introduction to Unix 4Nankai University, CY LI, * Linux的发行版本 oLinux内核: 操作系统; o用户界面:集成桌面环境; o应用程序:各种Linux应用程序; n一般应用软件 n游戏软件 n图形处理软件 nInternet应用软件 n多媒体软件 n办公软件 n计算机编程 Introduction to Unix 5Nankai University, CY LI, * Types of Linux oRedhat Linux ( ) oSuSe

4、 Linux ( ) oDebian Linux (http:/www.debian.org/ ) oRed flag Linux (http:/www.redflag- ) oTurboLinux ( ) oBlue-point Linux ( ) Introduction to Unix 6Nankai University, CY LI, * Windows is perceived to be easy to install and configure; is notoriously unstable; performs poorly; crashes are frequent. oL

5、inux runs StarOffice, scores of technical software and fewer games; can be tricky to install and configure; is rock solid; performs impeccably (without fault); crashes are extremely rare. Introduction to Unix 7Nankai University, CY LI, * Why Linux? oFrom Dr Liu in Red Flag Software Co., Ltd. Introdu

6、ction to Unix 8Nankai University, CY LI, * Linux 9.0 o系统配置:kernel version: 2.4.20 -8 o应用程序: nGUI: KDE 3.0.3 o /dev:存放着Linux下所有的设 备文件, o/home:用户主目录, o/lost+found:存放丢失的文件; o/mnt:外部设备的挂接点,通常 用cdrom与floppy两个子目录! o/sbin:这里存放着系统级的命令 与工具 o/usr:通常用来安装各种软件的 地方 o/usr/X11R6 X Window目录 o/usr/bin与/usr/sbin 一些后安装

7、的命 令与工具 o/usr/include、/usr/lib及/usr/share 则 是存放一些共享链接库 o/usr/local 常用来安装新软件 o/usr/src Linux源程序 o/boot:Linux就是从这里启动的 o/etc:这里存放在Linux大部分的配置 文件 o/root:root用户的主目录, o/var:通常用来存放一些变化中的东 西! o/var/spool:存放一些邮件、打印队 列等 Introduction to Unix 15Nankai University, CY LI, * 简单命令 ols, list files Standard output (s

8、tdout): monitor; oCreating files with cat; oStdin oPipe “|”: it is used to pipe the output of the first command to the input of the second command. oFilters (transforms its output in some way): sort, wc; such as ls | sort r. Introduction to Unix 18Nankai University, CY LI, * File permissions oThere

9、are three different permission modes, reading, writing oChmod who permissions file: Introduction to Unix 19Nankai University, CY LI, * Finding files oCommand: find oSyntax: find pathname-lists option expression; oExamples: nTo print out the current pathname for file myfile, find . name myfile print;

10、 n To print out the yes* files accessed in the last two days, find . name yes* atime +2 print; Introduction to Unix 20Nankai University, CY LI, * Red Hat Linux 7.1 o1) 采用了最新的Linux 2.4.2版稳定内核,支持更多硬件设备,具有很高的性能 指标; o2) 采用了最新的图形系统Xfree86 4.0.3,提供了强大的硬件支持; o3) 引入了全图形安装界面,使得安装更为简单; o5) 显著改进了对多CPU计算机的支持,而对

11、于单CPU的计算机器,则提供了高 达4G的用户进程空间,同时取消了PCI总线的限制,虚拟内存可高达64G物理内 存,支持多用户和集体使用,可谓是企业级的操作系统; o6) 对移动存储设备提供了出色的支持,包括:可“热插拔”USB设备、ZIP驱动器 和各种光盘刻录机。 o7) 加入了一些新的系统配置工具来方便用户管理以及Linux系统使用,例如 apacheconf, bindconf, 和printconf等,这些工具能方便的分别让用户通过GUI图 形用户界面来配置APACHE,BIND,和打印机。 o8) 还增强了对PCMCIA 设备的支持,这对使用PCMCIA 设备的笔记本电脑的用 户来说是非常重要的; o9) 在安全方面做了许多修补工作,安全缺省设置可保证端口关闭,新的防火墙 屏蔽可使用用户任意打开或关闭; o10)捆绑了大量最新的应用软件、服务器软件。 知识回顾知识回顾 Knowledge Knowledge ReviewReview

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 大杂烩/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号