Linux user တိုင်း သိသင့်သည့် Commands များ

ဒီ commands တွေဟာ Linux အသုံးပြုသူ

user တိုင်းနည်းပါးသိသင့်သည့် command များပဲဖြစ်ပါတယ်။

Commands တွေကတော့

  1. ls – The most frequently used command in Linux to list directories
  2. pwd – Print working directory command in Linux
  3. cd – Linux command to navigate through directories
  4. mkdir – Command used to create directories in Linux
  5. mv – Move or rename files in Linux
  6. cp – Similar usage as mv but for copying files in Linux
  7. rm – Delete files or directories
  8. touch – Create blank/empty files
  9. cat – Display file contents on the terminal
  10. clear – Clear the terminal display
  11. echo – Print any text that follows the command
  12. less – Linux command to display paged outputs in the terminal
  13. man – Access manual pages for all Linux commands
  14. uname – Linux command to get basic information about the OS
  15. whoami – Get the active username
  16. tar – Command to extract and compress files in Linux
  17. grep – Search for a string within an output
  18. head – Return the specified number of lines from the top
  19. tail – Return the specified number of lines from the bottom
  20. ssh – Secure Shell command in Linux
  21. service – Linux command to start and stop services
  22. ps – Display active processes
  23. mount – Mount file systems in Linux
  24. chmod – Command to change file permissions
  25. chown – Command for granting ownership of files or folders
  26. ifconfig – Display network interfaces and IP addresses
  27. apt, pacman, yum, rpm – Package managers depending on the distro
  28. sudo – Command to escalate privileges in Linux
  29. cal – View a command-line calendar
  30. alias – Create custom shortcuts for your regularly used commands
  31. whereis – Locate the binary, source, and manual pages for a command
  32. whatis – Find what a command is used for
  33. top – View active processes live with their system usage
  34. useradd and usermod – Add new user or change existing users data
  35. passwd – Create or update passwords for existing users

Self study လေ့လာရတာ အချိန်ကြာနေတယ် အရှေ့မရောက်ဘူး ဖြစ်နေသူများအတွက်

Linux basic to Linux system administration class ရဲ့ ယခုလ တန်းခွဲများကို စတင်စုံစမ်း နိုင်ပါပြီ။ သင်တန်းစုံစမ်းလိုပါက >>> Linux Special Class

Leave a comment