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 ...
随机推荐
- longest incresing sequence
动态规划基本题目,longest incresing sequence,找出序列中的最长递增子序列: 例如给出序列{8,3,5,2,4,9,7,11}, 其中最长递增子序列为{3,5,9,11}或{3 ...
- Blog 转移
Blog 转移至 http://blog.rapcoder.com CSDN : http://blog.csdn.net/a542551042 欢迎一起交流 学习 ,谢谢!!!
- React.js学习
React.js学习之环境搭建 1 工欲善其事必先利其器:前端开发工具 1.1 WebStorm和Sublime Text Sublime Text:作为代码编辑器,Sublime Text的优点如下 ...
- 为什么出现Wide character in print at a14.pl line 41
[root@wx03 ~]# cat a14.pl use Net::SMTP; use LWP::UserAgent; use HTTP::Cookies; use HTTP::Headers; u ...
- boost中asio网络库多线程并发处理实现,以及asio在多线程模型中线程的调度情况和线程安全。
1.实现多线程方法: 其实就是多个线程同时调用io_service::run for (int i = 0; i != m_nThreads; ++i) { boo ...
- 弹出框weeboxs 基本属性总结
使用前需包含以下jquery.js.bgiframe.js.weebox.js文件 boxid: null, //设定了此值只后,以后在打开同样boxid的弹窗时,前一个将被自 动关闭 boxclas ...
- 如何学习php之吐槽
我也做了php一段时间了.从技术层面上解释吧. 深入学习任何的东西都要有个体系. 1 完整的学习整个体系结构.解决有什么的问题. 推荐看看这个.http://www.open-open.c ...
- window2003远程桌面“已达最大连接数”
使用命令行强制注销远程登录用户 Fri, 04/19/2013 - 09:29 - admin 来源地址: http://space.itpub.net/10067101/viewspace-6147 ...
- 利用ScktSrvr打造多功能Socket服务器
Socket服务端编程中最重要的也是最难处理的工作便是客户请求的处理和数据的接收和发送,如果每一个Socket服务器应用程序的开发都要从头到尾处理这些事情的话,人将会很累,也会浪费大量时间.试想,如果 ...
- 改变TPageControl的活动标签颜色
设置PageControl的owndraw属性为TRUE. procedure TForm1.pgc1DrawTab(Control: TCustomTabControl; TabIndex: Int ...