1 / 14

CENTOS在WEB服务中的应用

CENTOS在WEB服务中的应用. 系列一 基础知识. 联云汽车科技 http://www.linewin.cc. 关于LINUX. OS 最初作者 芬兰人 Linus Torvalds C语言开发 开源. 关于发行版. 发行版:正在发行的,不同的版本 http://futurist.se/gldt/wp-content/uploads/12.10/gldt1210.png Debian: UBUNTU Slackware: SUSE Red hat: CentOS 、Fedora. 关于CentOS. http://centos.org/

goldy
Télécharger la présentation

CENTOS在WEB服务中的应用

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CENTOS在WEB服务中的应用 系列一 基础知识 联云汽车科技 http://www.linewin.cc

  2. 关于LINUX • OS • 最初作者 芬兰人 Linus Torvalds • C语言开发 • 开源

  3. 关于发行版 • 发行版:正在发行的,不同的版本 • http://futurist.se/gldt/wp-content/uploads/12.10/gldt1210.png • Debian: UBUNTU • Slackware: SUSE • Red hat: CentOS 、Fedora

  4. 关于CentOS • http://centos.org/ • 基于Red hat 可靠 稳定

  5. 安装 • 下载ISO http://centos.org/download/ • 刻到光盘(京东 1.5元一张)或用UltraISO烧到U盘 • BIOS Boot from CD-ROM • Step by step • 注意: • 1、不自信情况下备份数据或先用虚拟机练手 • 2、双系统安装,先装WIN7,后装的话需要修复引导

  6. 整体架构 • 内核 开源 https://www.kernel.org/

  7. 关于UI • 图形界面 (可选择安装) • GNOME • KDE • 命令行

  8. 基础使用 • 命令行模式 • 不能浏览网页 不能看电影 不能看图片 • 与复杂显示相关的都不行 • 能听音乐 • 没有滚动条 • 使用简单 方便 效率高 • 本系列教程所有操作均在命令行进行

  9. 关于命令行 • 命令提示符 • [用户名@主机名当前目录名]$或# • # 登录用户是超级用户 • $ 登录用户是普通用户 • 命令行由命令和参数组成 • 通过命令行与系统交互 • 教程 http://www.waterlab.cn/hpc/upload/2010/6/LinuxCommand.pdf

  10. 命令行之关机 重启 帮助 • 关机 • shutdown -h now • halt • 重启 • reboot • 帮助 • man

  11. 命令行之文件操作 • ls 列出当前文件夹下目录 list缩写 • cp 复制 copy缩写 • mv 移动 move缩写 • rm 删除 remove缩写 • mkdir 创建目录 make directory • pwd显示当前所在路径 Print Working Directory

  12. 命令行之文件操作 • cat 显示文件内容 concatenate 无分页 • less/more 满一页时暂停 按空格下一页 Q键退出 • tail 从指定的开始位置输出 一般用于查看log

  13. 下集预告 • 权限 • 文件内容编辑

  14. Q & A THANKS

More Related