Linux disk full or no space left on device
Prove which filesystem is full, check inodes, then rank directories and files before deleting anything.
df -h
problem hubs
These hubs collapse common search wording into repair paths: first safe command, expected output, when not to use it, supporting commands, guides, and drills.
9 problem hubs
Prove which filesystem is full, check inodes, then rank directories and files before deleting anything.
df -h
Inspect auth logs, authorized_keys, file modes, and effective sshd policy before changing access.
grep -E 'Failed publickey|Accepted publickey|Authentication refused' /var/log/auth.log | tail -50
Trace owner, mode, ACL, symlink, and parent-directory permissions before recursive chmod or chown.
namei -l /var/www/example/index.html
Separate Nginx config, upstream listener, proxy target, and application failure before reloading services.
sudo nginx -t
Compare resolver answers, authoritative answers, TTL, direct HTTP checks, and server reachability before changing DNS again.
dig +short example.com A
Find the listener, process, bind address, and firewall context before killing or restarting anything.
ss -ltnp
Inspect package state, held packages, candidates, and simulated changes before running repair commands.
apt-get -s upgrade
Rank CPU consumers and capture process context before killing or restarting a service.
ps -eo pid,ppid,stat,pcpu,pmem,comm,args --sort=-pcpu | head
Check memory, swap, top memory processes, containers, and OOM logs before restarting workloads.
free -h