随笔分类 - Linux
摘要:[toc] # 一 用户操作 ## 1.1 查看用户 ```python # 1.查看当前登录的用户信息 id # 用户id,root为0 # gid:组id root组是0 #属于哪个组:0 uid=0(root) gid=0(root) 组=0(root) 环境=unconfined_u:unc
阅读全文
摘要:[toc] # 一 文件管理 ## 1.1 系统目录结构  ```python # Windows: 以多根的方式组
阅读全文
摘要:[toc] # 一 网络 ```python ### 网络 # 网络配置 -子网掩码 -dhcp -网关 -dns # mac网络配置 # https://blog.csdn.net/hadues/article/details/129214087 # https://blog.51cto.com/
阅读全文
摘要:[toc] # 一 Linux介绍 ```python # https://zhuanlan.zhihu.com/p/429509333 # 一 什么是操作系统 Operating System(操作系统) 简称OS Windows,MacOS,Linux都是操作系统 # 二 什么是BootLoad
阅读全文