博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Chap1 引言[The Linux Command Line]
阅读量:4879 次
发布时间:2019-06-11

本文共 1214 字,大约阅读时间需要 4 分钟。

附上链接:

 

Content:

part1-Introduction

part2-Learning The shell starts our exploration of the basic language of the command line including such things as the structure of commands,file system navigation, command line editing, and fiingding help and documentation for commands.

part3-Configuration and the enviroment covers editing configuration files that control the computer's operation from the commandl line.

part4-Common Tasks and essential tools explores many of the ordinary tsaks that are commonly performed from the command line.Unix-lile operating systems,such as Linux, contain many "classic" command line programs that are used to perfoem powerful operations on data.

part5-Writhing Shell Scripts introduces shee programming,an admittedly rudimentary,but easy to learn,technique for automating many coommon computing tasks.By learning shell programming ,you will become familiar with concepts that can be applied to many other programming languages.

 

 part1 -Introduction

“Linux” refers to the kernel and all the other free and open source software found in the typical Linux distribution; that is, the entire Linux ecosystem, not just the GNU components.

 

转载于:https://www.cnblogs.com/ERFishing/p/10050894.html

你可能感兴趣的文章
Status: Checked in and viewable by authorized users 出现在sharepoint 2013 home 页面
查看>>
python数据预处理
查看>>
Python之路,Day21 - 常用算法学习
查看>>
Android安全-代码安全1-ProGuard混淆处理
查看>>
部署core
查看>>
mysql 时间设置
查看>>
如何在 Xcode 中修改应用的名字
查看>>
有关交换机——熟悉原理是必须的【转载】
查看>>
ACM(数学问题)——UVa202:输入整数a和b(0≤a≤3000,1≤b≤3000),输出a/b的循环小数表示以及循环节长度。...
查看>>
【转】Android 读取doc文件
查看>>
js 数据绑定
查看>>
jsp的C标签一般使用方法以及js接收servlet中的对象及对象数字
查看>>
H5 简介
查看>>
window.frameElement的使用
查看>>
nl命令
查看>>
如何使用jQuery $.post() 方法实现前后台数据传递
查看>>
Using Flash Builder with Flash Professional
查看>>
jsp/post中文乱码问题
查看>>
C# 插入或删除word分页符
查看>>
数据库数据的查询----连接查询
查看>>