---
title: "Linux"
description: "Linux 常用命令、服务器管理、开发环境配置等"
canonical_url: "https://mhaibaraai.cn/docs/guides/linux"
---
# Linux

> Linux 常用命令、服务器管理、开发环境配置等

## 常用命令

<table>
<thead>
  <tr>
    <th>
      命令
    </th>
    
    <th>
      功能说明
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      <code>
        mkdir include
      </code>
    </td>
    
    <td>
      创建一个 <code>
        include
      </code>
      
       文件夹
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        unzip -d ./include include.zip
      </code>
    </td>
    
    <td>
      将 <code>
        include.zip
      </code>
      
       解压到 <code>
        include
      </code>
      
       文件夹
    </td>
  </tr>
  
  <tr>
    <td>
      <code>
        mv old_folder new_folder
      </code>
    </td>
    
    <td>
      文件夹重命名
    </td>
  </tr>
</tbody>
</table>


## Sitemap

See the full [sitemap](https://mhaibaraai.cn/sitemap.md) for all pages.
