240 发简信
IP属地:重庆
  • # Linux基本命令

    # 目录结构 ### arch显示机器的处理器架构 显示机器的处理器架构 ```shell uname -m ``` 显示正在使用的内核版本 ```shell uname -...