Linux Commands
Linux Commands
Process Management
ps: Shows current processes.
killall: Kills all processes with a given name. Example: killall firefox
Disk Usage
df: Shows disk space usage. Example: df -h
Networking
ping: Checks connectivity to a host. Example: ping google.com
User Management
adduser / useradd: Adds a new user.
System Information
uname -a: Shows kernel and system info.