5-kail linux熟悉环境

1、熟悉bash命令

  • ls、cd、pwd、cat、more、tail、cp、rm、top、ps、grep、ifconfig、netstat、awk、sort、route、mount、dmesg、find、whereis、echo、vi
  • 管道
  • shell脚本
  1. ls列出当前目录的内容
  2. cd 进入某个目录  cd . 当前目录  cd ..进入文件夹上一级目录
  3. pwd 查看当前工作目录
  4. cat 查看文件内容
  5. more 查看文件内容
  6. less 查看文件内容 
  7. tail
  8. cp
  9. rm
  10. top
  11. ps
  12. grep
  13. ifconfig
  14. netstat
  15. awk
  16. sort
  17. route
  18. mount
  19. dmesg
  20. find
  21. whereis
  22. echo
  23. vi

猜你喜欢

转载自blog.csdn.net/python_jeff/article/details/120321060