Kiran Kumar Kosuri’s Post

🚀 Linux Commands Cheat Sheet – Explained in Simple Words If you're starting your journey in DevOps or system administration, mastering basic Linux commands is a must. Here's a quick and easy breakdown 👇 File & Directory Commands - "ls" → List files in a directory - "ls -al" → Show all files (including hidden ones) - "cd" → Change directory - "pwd" → Show current directory path - "mkdir" → Create a new folder - "rm" → Delete files/folders - "cp" → Copy files or directories - "mv" → Move or rename files - "touch" → Create an empty file - "cat", "head", "tail" → View file contents Process Management - "ps" → Show running processes - "top" → Real-time process monitoring - "kill" → Stop a process using PID - "killall" → Stop processes by name - "bg" / "fg" → Manage background/foreground jobs File Permissions - "chmod" → Change file permissions Example: "777" = full access "755" = owner full, others read/execute System Information - "date", "cal" → Date & calendar - "uptime" → System running time - "whoami" → Current user - "df", "du" → Disk usage - "free" → Memory usage Compression Commands - "tar" → Archive files - "gzip" → Compress files - "gunzip" → Decompress files Networking - "ping" → Check connectivity - "wget" → Download files - "dig", "whois" → Domain/DNS info Searching - "grep" → Search text in files - "locate" → Find files quickly SSH Commands - "ssh" → Connect to remote server - "ssh-copy-id" → Setup passwordless login Shortcuts - "Ctrl + C" → Stop command - "Ctrl + Z" → Pause command - "Ctrl + D" → Logout - "!!" → Repeat last command #Linux #DevOps #CloudComputing #AWS #SysAdmin #TechSkills #Learning #BeginnerFriendly #Terminal #Automation

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories