第六单元1、文件属性查看 ls -l filename-  rw-rw-r-- 1 kiosk kiosk 0    
原创 2016-09-29 22:40:33
583阅读
Unit6 linux中常用的基础命令1.diff比较两个文件的不同diff -u file file.new >file.path  ##生成补丁文件yum install patch -y              ##安装打补丁工具patch -b file file.path &nbs
原创 2017-05-03 23:18:15
460阅读
 unit61.diff,patch命令  diff -c file file1                      ##查看上下文周围的行diff -u file file1 > file.path        
原创 2017-05-04 16:20:23
517阅读
                                 &n
原创 2017-05-02 16:45:06
419阅读
Expressions More company changes Read the email about company changes. Select the two correct options. From Hi, team. I'd like to let you know about a ...
转载 2021-10-10 14:33:00
114阅读
2评论
文件权限:ls -ld /mnt/drwxr-xr-x. 2 root root 6 Mar 13  2014 /mnt/-|rwxr-xr-x.|2|root|root|6|Mar 13 2014|/mnt— —————————— — ———— ———— — ——————————— ———1     2   &nbs
原创 2017-03-24 19:46:22
712阅读
            unit 6文件权限1.文件属性的查看 ls -l filename-|rw-r--r--.|1| root| root|   46 |Oct  1 05:03 |filename— —————————  —  ————  ———— &
原创 2017-04-07 15:05:19
604阅读
一、什么是shellshell就是提供人机交互的一个界面。什么是bash shellbash shell是一种比较流行的shell。/etc/shells文件中可以看到我们计算机中的shell集合。一般用户和root用户登陆以后默认都是使用bash shell但是系统用户使用的是nologin Shell。二、通配符:*----匹配0个或多个字符串?---匹配有且只有一个单一字符实例:touch
原创 2009-12-12 22:41:39
1407阅读
Objectives 1) Upon completion of this unit, you should be able to: - Use command-line shortcuts - Use command-line expansion - Use history and editing tricks - Use the gnome-terminal Command
转载 精选 2009-03-19 22:06:57
1410阅读
###unit6###   diff 命令diff 命令用于比较两个文件的内容 , 以了解其区别。它还可用于创建补丁文件。补丁文件用于在企业环境的多台计算机之间对相似文件进行更改patch 命令patch 采用补丁文件 patchfile ( 包含由 diff 生成的差异列表 ) 并将这些差异应用于生成补丁版的一个或多个原始文件。通常 , 补丁版替换原始文件 , 但当
原创 2017-05-02 12:43:42
422阅读
常用shell简单命令、磁盘的划分及分区id更改(swap)、磁盘加密、磁盘配额、磁盘阵列
原创 2016-11-10 00:31:16
484阅读
  1.diff,patch命令  diff -c file file1   ##显示上下文周围的行   diff -u file file1 > file.path   ##生成补丁   yum install patch -y   ##安装打补丁工具  patch -b file
原创 2017-05-01 17:27:27
635阅读
1.文件属性查看ls -l filename-rw-rw-r--         1        kiosk kiosk      0          Oct  2 17:05   file文件类型文件权限
原创 2016-10-08 19:37:47
449阅读
                                 ##########unit6#######1. 文件属性查看ls -l filename-   rw-rw-r--   1 &n
原创 2016-10-10 12:14:35
610阅读
 1.diffdiff file file1        #比较两个文件的不同     -c         #显示上下周围的行   &n
原创 2016-11-09 13:03:52
425阅读
###unit6.shell脚本命令######1.diffdiff file file1 ##比较两个文件的不同diff -c ##显示周围的行diff -u ##按照格式统一输出生成的补丁diff -r ##比较两个目录文件的不同??patchpatch file file.path ##打补丁patch -b ##备份原文件###2.grepgrep 关键字符 文件|目录
原创 2016-11-10 18:29:36
576阅读
首先进行文件属性的查看ls -l filename-|rw-r--r--.|1| root| root|   46 |Oct  1 05:03 |filename1    2   3    4     5   &nbsp
原创 2017-04-05 23:29:14
613阅读
文件权限1.文件属性的查看 ls -l filename-|rw-r--r--.|1| root| root|   46 |Oct  1 05:03 |filename— —————————  —  ————  ————    ——  ————————————  ————————
原创 2017-04-07 16:32:20
580阅读
文件权限1.文件属性的查看 ls -l filename-|rw-r--r--.|1| root| root|   46 |Oct  1 05:03 |filename— —————————  —  ————  ————    ——  ————————————  ————————
原创 2017-04-07 00:06:24
403阅读
 1.文件属性查看  命令:ls -l 文件名   ##查看文件属性  ****  -|rw-r--r--.|1| root| root|   0 |Apr  4 00:07 |file      1|  2    |3| 4  | 5  
原创 2017-04-04 14:15:43
478阅读
  • 1
  • 2
  • 3
  • 4
  • 5