Linux Commands Reference
Linux Commands Reference
3. Network Commands
ping: Tests connectivity to another host
ifconfig: Displays network interfaces
ip a: Shows IP addresses of interfaces
netstat: Displays network connections
ss: Displays socket statistics
curl: Transfers data from or to a server
wget: Downloads files from the web
scp: Securely copies files between systems
rsync: Synchronizes files between locations
ssh: Connects to a remote server securely
hostname: Displays or sets system hostname
dig: DNS lookup utility
nslookup: Queries Internet name servers
traceroute: Displays route packets take
telnet: Tests connectivity to a specific port
nmap: Scans network for open ports
6. User Management
adduser: Adds a new user
useradd: Adds a new user (low-level)
passwd: Changes user password
deluser: Deletes a user
usermod: Modifies user account
groupadd: Adds a new group
groups: Shows groups of a user
id: Displays user and group IDs