第1章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">显示或设置网络相关信息

1.1 ip address <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">与ifconfig <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">类似

1.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">显示第一块网卡 ip a s eth0

1.2.1 ip address show eth0

第2章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">查找命令的位置

2.1.1  which <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">命令

2.1.2 find <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">命令

2.1.3 whereis

<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">找出与命令相关的帮助的位置

2.1.4 locate

    <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">根据名字找文件 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">(根据一个表格找,表格需要更新,一般不用)

第3章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">查看系统哪些用户在线

第4章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">系统关机相关命令

4.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">关机

4.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">重启

第5章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">快捷键系列

5.1 Linux<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">命令行中

5.2 vim/vi<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">中的快捷键

第6章 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限基础

6.1 rwx<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">含义

r     read      <span style=“font-family:新宋体;Times New Roman”;Times New Roman";background:#D9D9D9;">读

w    write      <span style=“font-family:新宋体;Times New Roman”;Times New Roman"; background:#D9D9D9;">写

x    execute    <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"; background:#D9D9D9;">执行

r==4 w==2 x==1

6.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">如何找到当前用户对某个文件拥有什么权限

6.2.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">看看你是谁

6.2.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">看你跟这个文件什么关系

6.2.3 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">根据关系找到权限

<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">这个文件权限为rw-r–r– <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">属于root<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">用户,root<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">用户拥有读写权限。

6.3 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">如何修改权限

6.3.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">创建一个文件,默认权限644

6.3.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">给所有者加上x<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限

6.3.3 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">都加上执行权限

6.3.4 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">把文件权限设置为755

6.3.5 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">更改文件所有者

 

6.4 rwx <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">对与文件或目录的含义

6.4.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试环境

6.4.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">创建文件

6.4.3 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">修改文件所有者

 

6.4.4 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试读属性 r

6.4.5 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试文件读 w <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限

6.4.6 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试文件执行 x <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限

       x<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限对文件单独使用,没有作用

6.4.7 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">对于文件rwx <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">小结

r   <span style=“font-family:新宋体;Times New Roman”;Times New Roman"; background:darkcyan;">查看文件的内容

w  <span style=“font-family:新宋体;Times New Roman”;Times New Roman";background:darkcyan;">修改文件的内容 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"; background:darkcyan;">需要r<span style=“font-family:新宋体;Times New Roman”;Times New Roman";background:darkcyan;">权限的配合

x   <span style=“font-family:新宋体;Times New Roman”;Times New Roman"; background:darkcyan;">执行文件的权限 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"; background:darkcyan;">需要r<span style=“font-family:新宋体;Times New Roman”;Times New Roman";background:darkcyan;">的权限配合

6.5 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试对于目录的rwx

6.5.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">实验环境

6.5.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试目录的读权限 r

       <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">无法进入目录

       <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">只能查看目录里的文件名,不能查看详细信息。

6.5.3 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试目录的写权限 w

       <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">仅有写权限,不能查看目录里的内容,不能对目录中的文件进行修改。

6.5.4 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">测试目录的写执行权限 wx

       <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">不能参看目录里文件的信息,但是可以第一已知文件进行

6.5.5 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">目录的rwx<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">小结

<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">对于目录来说

r   显示目录里的内容 相当于ls  需要x配合

w   对目录里面的内容就行修改 可以在目录中删除,创建文件 需要x权限的配合

x   进入到目录中的权限 cd  是否能查看目录里面的文件属性信息

第7章 rwx <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">对与文件或目录的含义

7.1 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">对于文件rwx

r  <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">查看文件的内容

w  <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">修改文件的内容 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">需要r<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限的配合

x  <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">执行文件的权限 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">需要r<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">的权限配合

7.2 <span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">对于目录rwx

r   <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">显示目录里的内容 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">相当于ls  <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">需要x<span style=“font-family: 新宋体;Times New Roman”;Times New Roman"">配合

w   <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">对目录里面的内容就行修改 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">可以在目录中删除,创建文件 <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">需要x<span style=“font-family:新宋体;Times New Roman”;Times New Roman"">权限的配合

x   <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">进入到目录中的权限 cd  <span style=“font-family:新宋体;Times New Roman”;Times New Roman"">是否能查看目录里面的文件属性信息

<li>
  <a href="#2">第2章 查找命令的位置</a><ul>
    <li>
      <ul>
        <li>
          <a href="#211_nbspwhich">2.1.1 &nbsp;which 命令</a>
        </li>
        <li>
          <a href="#212_find">2.1.2 find 命令</a>
        </li>
        <li>
          <a href="#213_whereis">2.1.3 whereis</a>
        </li>
        <li>
          <a href="#214_locate">2.1.4 locate</a>
        </li>
      </ul>
    </li>
  </ul>
</li>

<li>
  <a href="#3">第3章 查看系统哪些用户在线</a>
</li>
<li>
  <a href="#4">第4章 系统关机相关命令</a><ul>
    <li>
      <a href="#41">4.1 关机</a>
    </li>
    <li>
      <a href="#42">4.2 重启</a>
    </li>
  </ul>
</li>

<li>
  <a href="#5">第5章 快捷键系列</a><ul>
    <li>
      <a href="#51_Linux">5.1 Linux命令行中</a>
    </li>
    <li>
      <a href="#52_vimvi">5.2 vim/vi中的快捷键</a>
    </li>
  </ul>
</li>

<li>
  <a href="#6">第6章 权限基础</a><ul>
    <li>
      <a href="#61_rwx">6.1 rwx含义</a>
    </li>
    <li>
      <a href="#62">6.2 如何找到当前用户对某个文件拥有什么权限</a><ul>
        <li>
          <a href="#621">6.2.1 看看你是谁</a>
        </li>
        <li>
          <a href="#622">6.2.2 看你跟这个文件什么关系</a>
        </li>
        <li>
          <a href="#623">6.2.3 根据关系找到权限</a>
        </li>
      </ul>
    </li>
    
    <li>
      <a href="#63">6.3 如何修改权限</a><ul>
        <li>
          <a href="#631_644">6.3.1 创建一个文件,默认权限644</a>
        </li>
        <li>
          <a href="#632_x">6.3.2 给所有者加上x权限</a>
        </li>
        <li>
          <a href="#633">6.3.3 都加上执行权限 </a>
        </li>
        <li>
          <a href="#634_755">6.3.4 把文件权限设置为755</a>
        </li>
        <li>
          <a href="#635">6.3.5 更改文件所有者 </a>
        </li>
      </ul>
    </li>
    
    <li>
      <a href="#64_rwx">6.4 rwx 对与文件或目录的含义</a><ul>
        <li>
          <a href="#641">6.4.1 测试环境</a>
        </li>
        <li>
          <a href="#642">6.4.2 创建文件</a>
        </li>
        <li>
          <a href="#643">6.4.3 修改文件所有者</a>
        </li>
        <li>
          <a href="#644_r">6.4.4 测试读属性 r</a>
        </li>
        <li>
          <a href="#645_w">6.4.5 测试文件读 w 权限</a>
        </li>
        <li>
          <a href="#646_x">6.4.6 测试文件执行 x 权限</a>
        </li>
        <li>
          <a href="#647_rwx">6.4.7 对于文件rwx 小结</a>
        </li>
      </ul>
    </li>
    
    <li>
      <a href="#65_rwx">6.5 测试对于目录的rwx</a><ul>
        <li>
          <a href="#651">6.5.1 实验环境</a>
        </li>
        <li>
          <a href="#652_r">6.5.2 测试目录的读权限 r</a>
        </li>
        <li>
          <a href="#653_w">6.5.3 测试目录的写权限 w</a>
        </li>
        <li>
          <a href="#654_wx">6.5.4 测试目录的写执行权限 wx</a>
        </li>
        <li>
          <a href="#655_rwx">6.5.5 目录的rwx小结</a>
        </li>
      </ul>
    </li>
  </ul>
</li>

<li>
  <a href="#7_rwx">第7章 rwx 对与文件或目录的含义</a><ul>
    <li>
      <a href="#71_rwx">7.1 对于文件rwx</a>
    </li>
    <li>
      <a href="#72_rwx">7.2 对于目录rwx </a>
    </li>
  </ul>
</li>