我的linux常用操作

  1. df -lh,du -h
  2. ls -lh
  3. ls -lh reg*?
  4. cat -n file
  5. cat -n file | grep reg*?
  6. echo $PS1/PS2
  7. 查询IP冲突:nmap -sP x.x.x.1/24 在使用arping 存活的ip,看返回的mac是否只有一条。
  8. netstat -ntlp
  9. yum list | grep app
  10. rpm -qa | grep app
  11. rpm -e app --nodepes
  12. rpm -ivh
  13. tar -xvf file
  14. tar -cvf file
  15. tail -n 10 file
  16. head -n 10 file
  17. less more
  18. man cmd 空格翻页,q退出
  19. ps -ef ,kill PID,top 关注load average,分别表示过去1,5,15分钟的负载情况,值越大负载越高,超过2就表明系统比较忙
  20. mount,umount 如果提示设备忙,使用lsof /dev查询
  21. grep -n reg*? file,grep -c reg*? file, grep -e reg*? -e reg1*? file,grep -v reg*? file

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。