摘要:
Day 7 文件管理补充和练习 File management & exercises Regular expression 正则 ^ Beginning of line 行首 $ End of line 行末 . Single Character 单个字符 * Zero or more Occur 阅读全文
摘要:
综合练习题: #练习题1 在/usr/local/目录下创建一个名为test的目录,并在test目录下创建一个名称为test.txt的普通文件。 mkdir /usr/local/test touch /usr/local/test/test.txt #练习题2 使用find命令查找到刚刚创建的文件 阅读全文
摘要:
Day 6 文件管理 file management 一 输出与重定向 Input/Output redirection Output redirection 符号>代表以覆盖的方式将内容定向到文件中,意思是替换原文件内容 符号>>以追加的方式将内容定向到文件中,意思在原文末尾添加内容 If the 阅读全文
摘要:
Day 5 文本处理 Text processing 一 文本处理三剑客命令初探 text processing three swordsman Grep 过滤 globally search for a regular expression and print matching lines Opt 阅读全文
摘要:
Day 4 文件管理 file management 一 Linux系统单根目录结构 Single root directory 一切皆文件的设计思想 文件的时间 Time of the files 访问时间 Access time Access time, shows the last time 阅读全文
摘要:
Day 3 shell系统命令基础 Basic system commands of Shell 一 shell 介绍 What is Unix Shell A Unix shell is a command-line interpreter or shell that provides a com 阅读全文
摘要:
Day 2 虚拟机安装,操作系统启动流程 Virtual machine installation 一 硬件启动 1.打开电源 turn on the power 2.POST自检 POST(Power on Self Test) From the system firmware, which ca 阅读全文
摘要:
Day 1 计算机硬件组成 Computer hardware composition 一 PC与服务器 PC and servers A desktop computer system typically runs a user-friendly operating system and desk 阅读全文