1.Unix的发明者:Ken Tompson 和 Dennis Ritche

2.Linux的发明者:Linus  Torvald

3.Linux架构

主要由kernal,shell,utilities and programming

4.Distribution of Linux

(1) RedHat Enterprise Linux AS :used for large servers supports 16 CPUS.

(2) RedHat Enterprise Linux ES:used for small and middle servers and supports up to two CPUS.

(3 RedHat Enterprise Linux WS:used as desktop operating systerm and supports up to two CPUS.

(4) Mandrake user-friendly

(5) Debian earlist distribution of Linux

(6) SuSE German Linux

5.date命令

options:

(1) %m,显示一年中的月份 (month)

(2) %d,显示一年中的日期 (date)

(3) %y,显示显示年份 (year)

(4) %D,以mm/dd/yy显示日期 (DATE 与 TIME对应)

(5) %H, 显示小时(hour)因为month与minute的首字母相同所以改为大写

(6) %M,显示分钟(minute)

(7)%S,显示秒(second)

(8)%T,以HH/MM/SS显示时间 (Time)

(9) %a,显示缩写的星期几 (缩写的英文为 abbreviated,星期小于月份故缩写的星期几用%a)

(10)%h,显示缩写的月份 (用时间表示中的第一个参数%H,小时参数的小写表示月份的缩写)

(11)%r,以AM/PM表示法来显示时间

6.Modify the screen

(1) clear it is used to clear the terminal screen

(2) tput clear :it clears the standard output device,the screen,and positions the cursor at the left top corner

(3) tput cup :  it is followed by the screen coordinates and positions the cursor ai the specified row and column.

(4) tput smso: it sets the screen to reverse video

(5)tput rmso:it sets the screen back to normal

7.who

(1)-m display the name of the current user logged in, it is the same as who am i

(可以理解为,who -m = who am i所以参数为m)

(2)-q prints only the login name and the number of users logged in

(记忆:query询问,问的东西很多,有全部登录用户的姓名和登录用户的数量)

8.man and info

(1)定义:man与info都是对命令进行解释,输出关于命令的信息

(记忆,man对cmd给出info)

(2)man display the manual page of Linux

Item:

c1: NAME Name of the command and its one line descrption

c2:SYNOPSIS(概述)Command usage of command along with the optional and non-optional arguments

(概述:带有可选和非可选参数的命令用法)

c3:DESCRIPTION Details on how to use the command abd ab explanation of each option

....

(3)info + cmd

item:

c1: --apropos = string search the indices of all the manuals and display the result.

c2:--output = FILENAME Create a file in the current directory and writes the result of the info command in the file instead of displaying the result on the standard output

c3:-h --help display the help page and exit

c4:--version displays the version information of the info command and exit

9.The function of the Linux

(1) samba is the protocal used by the Microsoft operating systerm to share file and print services.

(2) Shared Libraries These are sets of functions or sub-routines maintained as a set of files,All the applications that use these functions access the functions frome the shared library files instead of individual maintaining(维护) code for the functions.

(3) Network Information Service (NIS) : It is possible to share passwords and group files across a network in Linux using the NIS.(用于在网络上共享文件和资源)

Linux chapter 1相关推荐

  1. linux内核调试指南

    Hunnad的专栏 * 条新通知 * 登录 * 注册 * 欢迎 * 退出 * 我的博客 * 配置 * 写文章 * 文章管理 * 博客首页 * * * * 空间 * 博客 * 好友 * 相册 * 留言 ...

  2. linux内核调试指南 1

    大海里的鱼有很多,而我们需要的是鱼钩一只 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 ...

  3. linux 内核调试指南

    大海里的鱼有很多,而我们需要的是鱼钩一只 本文档由大家一起自由编写,修改和扩充,sniper负责维护.引用外来的文章要注明作者和来处.本文档所有命令都是在ubuntu/debian下的操作.选取的内核 ...

  4. Linux Kernel - Debug Guide (Linux内核调试指南 )

    linux内核调试指南 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 原理理解的陷阱 ...

  5. Linux_Learning_兄弟连

    兄弟连Linux学习笔记,用于个人查阅复习使用 安装deb:sudo dpkg -i <filename.deb> 文件目录列举:ls -a 截屏快捷键:Ctrl + Shfit + Pr ...

  6. linux tasklet 实例,Linux tasklet 分析笔记Chapter 2

    Chapter 2: Tasklet机制是一种较为特殊的软中断.Tasklet一词的原意是"小片任务"的意思,这里是指一小段可执行的代码,且通常以函数的形式出现.软中断向量HI_S ...

  7. Linux System Programming --Chapter Nine

    这一章的标题是 "信号" ,所以本文将对信号的各个方面进行介绍,由于Linux中的信号机制远比想象的要复杂,所以,本文不会讲的很全面... 信号机制是进程之间相互传递消息的一种方法 ...

  8. Linux System Programming --Chapter Eight

    内存管理 一.分配动态内存的几个函数 用户空间内存分配:malloc.calloc.realloc 1.malloc原型如下: extern void *malloc(unsigned int num ...

  9. Linux System Programming --Chapter Seven

    文件和目录管理 一.文件与其元数据 我们首先看一下一个简单的文本文件是怎么保存的: 打开vim,编辑一段文本: [root@localhost ~]# vim hello.txt 编辑内容如下: op ...

  10. Linux System Programming --Chapter Six

    这一章的题目是--高级进程管理,这篇文章将以书中所叙的顺序进行讲解 1.让出处理器 Linux提供一个系统调用运行进程主动让出执行权:sched_yield.进程运行的好好的,为什么需要这个函数呢?有 ...

最新文章

  1. python opencv imread()函数,关于:灰度图(二维数组图),彩色图(三维数组图)
  2. vba宏语言_三分钟了解Excel的程序语言VBA
  3. 神策数据林美天于大数据与人工智能分享沙龙分享
  4. boost::geometry::promote_integral用法的测试程序
  5. java转换工具类_Java数据转换工具类
  6. 【算法分析与设计】最大连续子序列和问题
  7. Excel中如何在打印时自动给每行加上标题
  8. 20165332第六周学习总结
  9. Cordova开发总结(插件篇)
  10. 批处理删除7天以上的文件
  11. php网页动态加载swf,HTML_如何修改网页中的FlashSWF文件,看到一个网站用flash做的,很 - phpStudy...
  12. Linux系统下的文件和文件夹相关操作(创建/删除/修改权限)
  13. 基于路径跟随的纯跟踪算法--差速模型
  14. 为什么我要弃用Snapchat?
  15. 红米4 android 8,【红米4(标准版) 安卓6.0.1线刷包】MIUI V8.1.4.0.MCECNDI稳定版 可解账号锁...
  16. 为开启VM虚拟化,关闭Win10的Hyper-V
  17. 使用face-api实现html前端摄像头人脸检测
  18. L1-7 谷歌的招聘
  19. 如何设置Word文档公式序号在右边
  20. 黑莓手机屏幕发展历程对比 blackberry 各型号屏幕大小

热门文章

  1. 未能加载文件或程序集或它的某一个依赖项。参数不正确
  2. IOS-设置NavigationBar的背景及字体颜色
  3. HTML5手机游戏将迎美好未来 .
  4. string与wstring转换
  5. 远程桌面未知的用户名_电脑在远程桌面连接时出现用户名密码错误该怎么办?...
  6. vue 高德地图搜索功能_vue 调用高德地图API
  7. 拓端tecdat|R语言利用基线协变量提高随机对照试验的效率
  8. sublime能编译PHP吗,让sublime编译php、js
  9. 计算机基础与C语言程序设计书籍,C语言程序设计(21世纪高等学校计算机基础实用规划教材)...
  10. opencv+Dlib人脸融合