Skip to content

Latest commit

 

History

History
72 lines (71 loc) · 2.94 KB

Most-Used.md

File metadata and controls

72 lines (71 loc) · 2.94 KB

Top 70 Linux commands that are commonly used in DevOps: ♾

  1. ls: List directory contents 🖱
  2. cd: Change directory 🛞
  3. pwd: Print working directory 🐜
  4. mkdir: Create a directory 🎮
  5. touch: Create a file 📁
  6. cp: Copy files and directories ©️
  7. mv: Move or rename files and directories 🗂
  8. rm: Remove files and directories 😋
  9. find: Search for files and directories 🧐
  10. grep: Search for patterns in files 🧐
  11. cat: Concatenate and display files :🔗
  12. less: View file contents page by page 💻 13.head: Display the first lines of a file 🗣️
  13. tail: Display the last lines of a file 🥶
  14. vi/vim: Text editor ✌️
  15. nano: Text editor 💬
  16. tar: Archive and compress files 🤐
  17. gzip: Compress files 🤐
  18. gunzip: Decompress files 🔫
  19. wget: Download files from the web 🌐
  20. curl: Transfer data to or from a server 🥌
  21. ssh: Secure shell remote login 🏠
  22. scp: Securely copy files between hosts ©
  23. chmod: Change file permissions 💜
  24. chown: Change file ownership 😮
  25. chgrp: Change group ownership 👥
  26. ps: Display running processes 🛡
  27. top: Monitor system resources and processes 🌺
  28. kill: Terminate processes 😵
  29. df: Display disk space usage 🦪
  30. du: Estimate file and directory space usage 💬
  31. free: Display memory usage 🆓
  32. uname: Print system information ⛔️
  33. ifconfig: Configure network interfaces 🤹
  34. ping: Test network connectivity 🪅
  35. netstat: Network statistics 🪆
  36. iptables: Firewall administration ☹️
  37. systemctl: Manage system services ✌️
  38. journalctl: Query the system journal 📀
  39. crontab: Schedule cron jobs 🗓
  40. useradd: Create a user account 🅰️
  41. passwd: Change user password 🅰️
  42. su: Switch user 🅰️
  43. sudo: Execute a command as another user 📀
  44. usermod: Modify user account 🦥
  45. groupadd: Create a group 👥
  46. groupmod: Modify a group 📈
  47. id: Print user and group information 💡
  48. ssh-keygen: Generate SSH key pairs 👩‍💻
  49. rsync: Synchronize files and directories ⏰
  50. diff: Compare files line by line 💻
  51. patch: Apply a patch to files 💊
  52. tar: Extract files from an archive 😵
  53. curl: Perform HTTP requests 🙈
  54. nc: Netcat - networking utility 🐈
  55. wget: Download files from the web 😷
  56. whois: Lookup domain registration details 😅
  57. dig: DNS lookup utility 😬
  58. sed: Stream editor for text manipulation 🐢
  59. awk: Pattern scanning and processing language 🤩
  60. sort: Sort lines in a text file 😖
  61. cut: Extract sections from lines of files 🙂
  62. wc: Word, line, character, and byte count 💼
  63. tee: Redirect output to multiple files or commands 😬
  64. history: Command history 👋
  65. source: Execute commands from a file in the current shell 🌧
  66. alias: Create command aliases 👾
  67. ln: Create links between files 🖥
  68. uname: Print system information ⛔️
  69. lsof: List open files and processes 🎧