linux基本指令和用法,linux中命令详解

  linux基本指令和用法,linux中命令详解

  永远的神干货盘点

  @TOC

  1 .男人指令

  如果是云服务器,则需要要安装配置

  [root @ VM-8-8-centos第1课]# yum install-y

  安装了这个可以使用基本命令,但是不能调用库里的函数

  [root @ VM-8-8-centos第1课]# yum安装手册页表示“有…的”

  安装这个后,就可以使用基本的指令了

  满满

  查询男人指令的用法

  3 .男人数字

  一般默认一号手册——调用基本命令

  2号手册为系统调用接口

  3号手册为库函数

  1.打印函数函数的查询

  一般想到打印函数函数想到的都是c语言库函数

  [root @ VM-8-8-centos第1课]# man printf

  此时的打印函数是Linux操作系统操作系统上一条基本的打印语句

  [root @ VM-8-8-centos第1课]# printf hello Linux \ n

  你好Linux操作系统

  hello Linux n[root @ VM-8-8-centos第1课]# man 3 printf

  男人3才为c语言库函数

  2.cp指令

  1.cp文件

  1.拷贝到当前目录

  [root @ VM-8-8-centos 9.9]# CP文件。txt文件。txt。备份文件

  [root @ VM-8-8-centos 9.9]# cat文件。文本文件(textfile)

  你好世界

  [root @ VM-8-8-centos 9.9]# cat文件。txt。备份文件

  你好世界

  将file.txt文件拷贝到file.txt.bak文件中

  此时分别打印file.txt文件与file.txt.bak文件发现都可以打印出你好世界

  这里的fille.txt.bak文件不需要创建

  2.拷贝到其他目录中

  [root@VM-8-8-centos第一课]# ls -la

  共计20人

  根4096年9月30日13时51分.

  drwxr-xr-x 5根根4096年9月30日13时48分.

  -rw-r-r-1 root root 12 Sep 30 13:49 file。文本文件(textfile)

  -rw-r-r-1 root root 12 Sep 30 13:49 file。txt。备份文件

  drwxr-xr-x 2根根4096年9月30日13:51触摸

  [root @ VM-8-8-centos第1课]# CP文件。txt触摸

  [root@VM-8-8-centos第一课]#树触摸

  触控

  `- file.txt

  将file.txt文件拷贝到触控目录中

  使用树以树状形式展开触控结构后,发现触控目录下有个file.txt

  3.拷贝到上一级目录

  [root@VM-8-8-centos 9.9]# ls

  第一课第二课

  [root@VM-8-8-centos 9.9]# cd第一课

  [root@VM-8-8-centos第一课]# ls

  file.txt file.txt.bak触摸

  [root @ VM-8-8-centos第1课]# CP文件。文本文件(textfile).

  [root@VM-8-8-centos第一课]# ls.

  file.txt第一课第二课

  将第一课目录中的file.txt文件拷贝到上一级目录

  2.cp目录

  1.返回上一级目录

  [root@VM-8-8-centos 9.9]# ls

  第一课第二课

  [root@VM-8-8-centos 9.9]# cd第一课

  [root@VM-8-8-centos第一课]# ls

  file.txt file.txt.bak触摸

  [root@VM-8-8-centos第一课]# cp -r触摸.

  [root@VM-8-8-centos第一课]# ls.

  触摸

  将第一课目录下的触控目录,拷贝到上一级目录

  需要用复制目录目录

  3.平均变化指令

  [root@VM-8-8-centos第一课]# ls

  dir file.txt file.txt.bak

  [root @ VM-8-8-centos第1课]# mv文件。文本文件(textfile).

  [root@VM-8-8-centos第一课]# ls

  dir file.txt.bak

  [root@VM-8-8-centos第一课]# ls.

  file.txt第一课第二课触摸

  将/root/9.9/lesson1中的file.txt文件移动到/root/9.9中

  [root@VM-8-8-centos第一课]# ls

  dir file.txt.bak

  [root@VM-8-8-centos第一课]# mv目录.

  [root@VM-8-8-centos第一课]# ls

  file.txt.bak

  [root@VM-8-8-centos第一课]# ls.

  dir file.txt第一课第二课触摸

  将目录目录移动到上一级目录,只需平均变化目录即可

  2.文件的重命名

  [root@VM-8-8-centos第一课]# ls

  file.txt.bak

  [root @ VM-8-8-centos第1课]# mv文件。txt。bak文件。c

  [root@VM-8-8-centos第一课]# ls

  file.c

  将file.txt文件重命名为file.c文件

  4.猫指令

  1.显示文件的全部内容并且不可以修改

  [root@VM-8-8-centos第一课]# ls

  file.c

  [root @ VM-8-8-centos第1课]# cat文件。c

  你好世界

  打印出file.c的内容你好世界

  2 .猫名指令

  显示行号

  [root @ VM-8-8-centos第1课]# cat-n文件。c

  1 hello world

  # 5.日期指令

  ## 1.日期

  [root @ VM-8-8-centos第1课]# date % Y:% M:% d-% H:% M:% S

  2022:09:30-15:00:37

  Y代表年,m代表月,d代表日,H代表小时,M代表分钟,S代表秒

  20220年9月30日——15点37秒

  2.时间戳

  [root@VM-8-8-centos第一课]#日期%s

  1664521420

  [root@VM-8-8-centos第一课]#日期%s

  1664521425

  [root@VM-8-8-centos第一课]#日期%s

  1664521429

  [root@VM-8-8-centos第一课]#日期%s

  1664521434

  图中有一个很大的数在一直变化

  是从1970年1月1日到现在的累计秒数,也就是时间戳。

  时间戳的价值:单项递增,不重复,更适合作为关键信息的指标值。

  将时间戳转换为正常时间:

  [root @ VM-8-8-centos lesson 1]# date % Y:% M:% d-% H:% M:% S-d @ 0

  1970:01:01-08:00:00

  正常情况下应该是1970.1.1 ——0: 00。

  但是,由于我们和欧洲有8小时时差,所以显示的是8点。

  3.cal年

  查看某一年的日历信息。

  [root@VM-8-8-centos第1课]# cal 2022

  2022

  一月二月三月

  宿墨来自苏萨,苏萨来自南非

  1 1 2 3 4 5 1 2 3 4 5

  2 3 4 5 6 7 8 6 7 8 9 10 11 12 6 7 8 9 10 11 12

  9 10 11 12 13 14 15 13 14 15 16 17 18 19 13 14 15 16 17 18 19

  16 17 18 19 20 21 22 20 21 22 23 24 25 26 20 21 22 23 24 25 26

  23 24 25 26 27 28 29 27 28 27 28 29 30 31

  30 31

  四月五月六月

  宿墨来自苏萨,苏萨来自南非

  1 2 1 2 3 4 5 6 7 1 2 3 4

  3 4 5 6 7 8 9 8 9 10 11 12 13 14 5 6 7 8 9 10 11

  10 11 12 13 14 15 16 15 16 17 18 19 20 21 12 13 14 15 16 17 18

  17 18 19 20 21 22 23 22 23 24 25 26 27 28 19 20 21 22 23 24 25

  24 25 26 27 28 29 30 29 30 31 26 27 28 29 30

  七月八月九月

  宿墨来自苏萨,苏萨来自南非

  1 2 1 2 3 4 5 6 1 2 3

  3 4 5 6 7 8 9 7 8 9 10 11 12 13 4 5 6 7 8 9 10

  10 11 12 13 14 15 16 14 15 16 17 18 19 20 11 12 13 14 15 16 17

  17 18 19 20 21 22 23 21 22 23 24 25 26 27 18 19 20 21 22 23 24

  24 25 26 27 28 29 30 28 29 30 31 25 26 27 28 29 30

  十月十一月十二月

  宿墨来自苏萨,苏萨来自南非

  1 1 2 3 4 5 1 2 3

  2 3 4 5 6 7 8 6 7 8 9 10 11 12 4 5 6 7 8 9 10

  9 10 11 12 13 14 15 13 14 15 16 17 18 19 11 12 13 14 15 16 17

  16 17 18 19 20 21 22 20 21 22 23 24 25 26 18 19 20 21 22 23 24

  23 24 25 26 27 28 29 27 28 29 30 25 26 27 28 29 30 31

  30 31

  1.卡尔-1

  [root@VM-8-8-centos第1课]# cal -1

  2022年9月

  宿墨你知道吗

  1 2 3

  4 5 6 7 8 9 10

  11 12 13 14 15 16 17

  18 19 20 21 22 23 24

  25 26 27 28 29 30

  查看本月的日历

  2.卡尔-3

  查看上月、当月和下月的日历。

  [root@VM-8-8-centos第1课]# cal -3

  2022年9月2022年10月2022年8月

  宿墨来自苏萨,苏萨来自南非

  1 2 3 4 5 6 1 2 3 1

  7 8 9 10 11 12 13 4 5 6 7 8 9 10 2 3 4 5 6 7 8

  14 15 16 17 18 19 20 11 12 13 14 15 16 17 9 10 11 12 13 14 15

  21 22 23 24 25 26 27 18 19 20 21 22 23 24 16 17 18 19 20 21 22

  28 29 30 31 25 26 27 28 29 30 23 24 25 26 27 28 29

  30 31

  6.顶级指令

  在linux中启用top相当于windows中的任务管理器。

  定期更新数据。

  进入top后

  放弃

  使用q或CTRL+c退出top。

  。

郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。

相关文章阅读

  • windows下怎么安装perl,linux安装perl环境
  • windows下怎么安装perl,linux安装perl环境,Windows10下安装配置 perl 环境的详细教程
  • vue安装vuex,linux vue部署
  • vue 配置,vue linux
  • vue 配置,vue linux,Vue中的Vux配置指南
  • ubuntu unzip命令,Unzip命令,Linux命令unzip详解
  • rar文件怎么解压Linux,Linux rar文件怎么解压
  • rar文件怎么解压Linux,Linux rar文件怎么解压,Linux 下解压 rar 文件的方法
  • os.popen函数,popen用法,Linux中popen函数的作用小结
  • mkdir命令用法,命令行mkdir,Linux学习之mkdir命令详解
  • linux重启命令行,linux自动重启命令
  • linux重启命令行,linux自动重启命令,详解Linux 中五个重启命令
  • linux里chown命令,linux权限chown
  • linux里chown命令,linux中chown是什么意思,每天一个linux命令(30)- chown命令详解
  • linux里awk命令,linux常用命令awk
  • 留言与评论(共有 条评论)
       
    验证码: