我的linux常用操作
- df -lh,du -h
- ls -lh
- ls -lh reg*?
- cat -n file
- cat -n file | grep reg*?
- echo $PS1/PS2
- 查询IP冲突:nmap -sP x.x.x.1/24 在使用arping 存活的ip,看返回的mac是否只有一条。
- netstat -ntlp
- yum list | grep app
- rpm -qa | grep app
- rpm -e app --nodepes
- rpm -ivh
- tar -xvf file
- tar -cvf file
- tail -n 10 file
- head -n 10 file
- less more
- man cmd 空格翻页,q退出
- ps -ef ,kill PID,top 关注load average,分别表示过去1,5,15分钟的负载情况,值越大负载越高,超过2就表明系统比较忙
- mount,umount 如果提示设备忙,使用lsof /dev查询
- grep -n reg*? file,grep -c reg*? file, grep -e reg*? -e reg1*? file,grep -v reg*? file
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。