Linux Interview base (a)

Linux basic commands

  1. View man rm command help
  2. tar cf compressed files
  3. tar xf decompression
  4. ping to see if you can connect to the network
  5. rm delete data
  6. find search data
  7. mv move files
  8. cp copy files
  9. echo additional content
  10. vim editor
  11. pwd view the current directory
  12. ls directory inquiries
  13. cat, tac View
  14. cd Change directory
  15. Create a directory mkdir
  16. rmdir remove directory
  17. Create a file touch
  18. more / less pagination
  19. kill End Process
  20. pstree shows the relationship between processes
  21. head / tail displays the first few lines of the document or at the end lines

Guess you like

Origin www.cnblogs.com/lty1006/p/11294542.html