linux 系统状态管理汇总

linux 系统状态管理汇总   一、查看系统信息: 二、进程管理 服务 就是是否注册了操作系统, …

linux 网络管理汇总

ifconfig  很久没更新了, 基本上被 iproute2替代了 ip add ip route &nbs…

net-tools iproute2 对比 ss, ip ,ifconfig

net-tools  iproute2 对比  ss, ip ,ifconfig

net-tools 基本上不更新了, 目前 iproute2 带的工具 都包含了。  

linux 网络配置文件相关

linux 网络配置文件相关

   

linux用户和权限管理

用户和权限管理    

linux 常见软件安装方式

源码编译(make)、rpm、deb、yum、apt、 Docker……   源码安装 rpm安装 …

linux 文件描述符和重定向

  1、文件描述符   2.重定向: 改变输入输出的方向 linux 中 > 和 &…

Linux系统结构图-内核-shell-文件系统-应用程序

将查找到的文件交给其他命令的3中方式 xargs, exec, 反引号

方法1 有空来整理一篇文章

运维事半功倍的Linux40个命令

运维事半功倍的Linux40个命令

1 删除0字节文件 find -type f -size 0 -exec rm -rf {} \; 2 查看进…