Linux and Git-GitHub commands cheat sheet
Linux Command Cheat Sheet:
Process Management:
kill: Terminate processes.
pgrep: Find processes by name.
pkill: Kill processes by name.
htop: Interactive process viewer.
File Operations:
touch: Create empty files.
du: Display disk usage of fi...
nagesh-upalanchi.hashnode.dev2 min read