RH033读书笔记(17) - Summary
End of Unit 1
• Questions and Answers
• Summary
• Open source and the right to modify
• The GNU Project and the Free Software Foundation
• Linus Torvalds and the Linux kernel
• Red Hat Enterprise Linux and the Fedora Project
• Basic Linux Principles
End of Unit 2
• Questions and Answers
• Summary
• Login name and password
• startx
• gnome-terminal
• passwd
• su
• nano
End of Unit 3
• Questions and Answers
• Summary
• Running Commands
• Getting Help
End of Unit 4
• Questions and Answers
• Summary
• The Linux filesystem hierarchy
• Command-line file management tools
• The Nautilus file manager
End of Unit 5
• Questions and Answers
• Summary
• All files are owned by one user and one group
• The mode of a file is made up of three permissions: those of the user, the
group and all others
• Three permissions may be granted or denied: read, write and execute
End of Unit 6
• Questions and Answers
• Summary
• Command expansion: $()
• History recall: !string, !num
• Inhibition: '', \
End of Unit 7
• Questions and Answers
• Summary
• Standard I/O channels
• File redirection
• Standard input (<)
• Standard Output (>)
• Standard Error (2>)
• Pipes redirect standard output to standard input
• for loops can perform commands on items from a program's standard output
or an explicit list
© 2007 Red Hat, Inc.
All rights reserved
RH033-RHEL5-en-2-20070602
Unit 8 Page 151
End of Unit 8
• Questions and Answers
• Summary
• Extracting Text
• cat, less, head, tail, grep, cut
• Analyzing Text
• wc, sort, uniq, diff, patch
• Manipulating Text
• tr, sed
• Special Search Characters
• ^, $, [abc], [^abc], [[:alpha:]], [^[:alpha:]], etc
End of Unit 9
• Questions and Answers
• Summary
• Use the three primary modes of vi and vim
• Move the cursor and enter Insert mode
• Change, delete, yank, and put text
• Undo changes
• Search a document
• Save and exit
End of Unit 10
• Questions and Answers
• Summary
• system-config-network
• /etc/sysconfig/network-scripts/*
• ifup, ifdown
• lpr sends text to the printer
• date configures date/time from CLI
• system-config-date configures date/time from GUI
• read VAR sets variable from STDIN
• $1, $2, etc map to command-line arguments
• $# represents the number of arguments to a script
End of Unit 11
• Questions and Answers
• Summary
• A process is any set of instructions in memory
• Processes are managed with: ps, kill, top, gnome-system-monitor
• Suspend jobs with Ctrl-z, manage with fg, bg
End of Unit 12
• Questions and Answers
• Summary
• local and environment variables
• command line parsing
• configuring the shell environment
• positional parameters and the read command
End of Unit 13
• Questions and Answers
• Summary
• Use locate to quickly find files that are not new
• Use find to search based on very specific criteria and optionally run
commands on matching files
• Use the Gnome Search Tool for an intuitive, but powerful GUI search tool.
End of Unit 14
• Questions and Answers
• Summary
• Firefox, Evolution and Mutt
• Basic network diagnostic tools
• The importance of secure network clients
End of Unit 15
• Questions and Answers
• Summary
• User information is stored in /etc/passwd
• Group information is stored in /etc/group
• Special Permissions: Sticky Bit, SetUID, SetGID
End of Unit 16
• Questions and Answers
• Summary
• Linux filesystem structure
• Using removable media
• Using unformatted floppies
• Archiving and compression
End of Unit 17
• Questions and Answers
• Summary
• System Installation Process
• Managing Services
• Software Installation Tools
• System Security
RH033读书笔记(17) - Summary的更多相关文章
- 进入保护模式(三)——《x86汇编语言:从实模式到保护模式》读书笔记17
(十)保护模式下的栈 ;以下用简单的示例来帮助阐述32位保护模式下的堆栈操作 mov cx,00000000000_11_000B ;加载堆栈段选择子 mov ss,cx mov esp,0x7c00 ...
- RH033读书笔记(16)-Lab 17 Installation and Administration Tools
Lab 17 Installation and Administration Tools Goal: Become familiar with system configuration tools a ...
- RH033读书笔记(15)-Lab 16 The Linux Filesystem
Lab 16 The Linux Filesystem Goal: Develop a better understanding of Linux filesystem essentials incl ...
- RH033读书笔记(7)-Lab 8 Introduction to String Processing
Lab 8 Introduction to String Processing Sequence 1: Exercises in string processing 1. Other than the ...
- 『TCP/IP详解——卷一:协议』读书笔记——17
2013-08-27 15:37:42 6.5 ICMP端口不可达差错 端口不可达报文是ICMP差错报文的一种,它是ICMP不可达报文中的一种,以此来看一看ICMP差错报文中所附加的信息.使用UDP来 ...
- OCA读书笔记(17) - 移动数据
Sql*load 1. sql*loader的文件有哪些? 日志文件:概述了作业的成功与失败以及所有相关错误的细节 错误文件(bad file):从输入文件中抽取的行可能会被sqlldr丢弃(原因可能 ...
- OCP读书笔记(17) - 计划任务
轻量级作业: 也称为持久性轻量级作业,如果当我们的数据库每秒钟需要创建.删除或修改数十个或数百个作业时,使用轻量级作业是降低开销的最佳方法 常规作业:是由oracle 11g Scheduler 所支 ...
- RH033读书笔记(2)-Lab 3 Getting Help with Commands
Lab 3 Getting Help with Commands Sequence 1: Using the Help Tools 1. man -f keyword whatis keyword l ...
- RH033读书笔记(5)-Lab 6 Exploring the Bash Shell
Lab 6 Exploring the Bash Shell Sequence 1: Directory and file organization 1. Log in as user student ...
随机推荐
- 极限挑战—C#+ODP 100万条数据导入Oracle数据库仅用不到1秒
链接地址:http://www.cnblogs.com/armyfai/p/4646213.html 要:在这里我们将看到的是C#中利用ODP实现在Oracle数据库中瞬间导入百万级数据,这对快速批量 ...
- VS2010对C++11的支持列表(感觉大部分都不支持)
c++11,就是之前的c++0x,已经成为了最新的c++标准.像咱这样天天用c++的,就赶紧follow一下.学习成果,放在这里,不说分享,至少自己增强下记忆. 首先,给出一些有用的链接. http: ...
- WCF技术剖析之八:ClientBase<T>中对ChannelFactory<T>的缓存机制
原文:WCF技术剖析之八:ClientBase<T>中对ChannelFactory<T>的缓存机制 和传统的分布式远程调用一样,WCF的服务调用借助于服务代理(Service ...
- Javascript 正确用法 二
好的,废话不多说,接着上篇来. 变量(variables) 始终使用 var keyword来定义变量,假设不这样将会导致 变量全局化,造成污染. //bad superPower = new Sup ...
- Let’s do this!新手程序员的入门指南(转)
计算机科学(Computer Science)无疑是现在最热门的学科之一,这领域的工作薪水高.工作时间弹性,而且科技业对工程师.开发者的需求至今有增无减,科技龙头们随时虎视眈眈着出色的程式开发者.创意 ...
- 棋盘问题 简单搜索DFS
Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别.要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子 ...
- Android 通过wifi调试程序【转】
1.首先让android手机监听指定的端口: 这一步需要使用shell,因此手机上要有终端模拟器,不过网上很多,随便找个就行了,依次敲入下列几行: ? su//获取root权限 setprop ser ...
- JavaScript快速入门(三)——JavaScript语句
JavaScript基本语句 基本概述 JavaScript是脚本语言,从上到下解释执行,最小单位为语句或语句块,每个语句以分号结尾,每个语句块以右大括号结尾. JavaScript可以将多条语句或语 ...
- Mono for Android 初学遇到的问题
1.搭建开发环境: 在win7系统中,VS2012 可以用 C# 开发Android 应用程序,mono for andriod 破解成功. 在win server 2008 系统中 破解不成功,具体 ...
- 医院API免费接口的公布
医院通网(http://hospital.yi18.net) 站点上站快两个月了,基本已经稳定,尽管还有非常多小bug,但还是不影响大局.抱着数据开放和共享的理念,医院大全API接口 (http:// ...