Linux系统上的进程查看及管理工具: pstree , ps , pgrep , pkill …
sys.14.4 Linux进程和作业管理(htop,vmstat,pmap,glances)
Linux系统上的进程查看及管理工具: pstree , ps , pgrep , pkill …
sys.14.3 Linux进程和作业管理(uptime、top)
Linux系统上的进程查看及管理工具: pstree , ps , pgrep , pkill …
sys.14.2 linux进程和作业管理(pstree,ps,pgrep,pkill,pidof)
Linux系统上的进程查看及管理工具: pstree , ps , pgrep , pkill …
shell.2.5 bash脚本编程(while循环、until循环)
while循环语法格式: while CONDITION; do 循环体 …
sys.13.7 linux网络属性配置(配置文件)
用’ifconfig’,’ip’命令配置的IP信…
sys.13.6 linux网络属性配置(ip/ss)
导语 iproute命令家族: 命令系列由软件包’iproute’提供;…
sys.13.5 linux网络属性配置(ifconfig/route/netstat/ifup/ifdown/hostnamectl/host/nslookup/dig)
关键词 ifcfg命令家族: ifconfig; route; netstat; ifup/if…
shell.2.4 sed
导语 Linux的文本处理三剑客: grep,egrep,fgrep : 文本过滤器; sed …
shell.2.3 bash脚本编程(for循环)
导语: bash脚本的循环语句:将一段代码重复执行多次; 脚本代码循环执行需要具备2个条件; 进…