Introduction

This is a follow-along repo for colt-steele's course: The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners in YouTube. You can find the book from the video here.

List of commands

  1. whoami
  2. man
  3. clear
  4. pwd
  5. ls
  6. cd
  7. mkdir
  8. touch
  9. rmdir
  10. rm
  11. open
  12. mv
  13. cp
  14. head
  15. tail
  16. date
  17. stdout redirect
  18. cat
  19. less
  20. echo
  21. wc
  22. piping
  23. sort
  24. uniq
  25. expansions
  26. diff
  27. find
  28. grep
  29. du
  30. df
  31. history
  32. ps
  33. top
  34. kill
  35. killall
  36. jobs, bg, and fg
  37. gzip
  38. gunzip
  39. tar
  40. nano
  41. alias
  42. xargs
  43. in
  44. who
  45. su
  46. sudo
  47. passwd
  48. chown
  49. permission
  50. chmod