Unix Process & System Management Commands
Essential Unix commands for monitoring and managing processes and system resources.
Essential Unix commands for monitoring and managing processes and system resources.
| Command | Description | Example | Category |
|---|---|---|---|
| ps | Display information about running processes | ps aux | Process Monitoring |
| top | Display real-time system summary and process list | top -o %MEM | Process Monitoring |
| htop | Interactive process viewer (enhanced top) | htop | Process Monitoring |
| kill | Send a signal to a process | kill -9 1234 | Process Control |
| nice | Run a program with modified scheduling priority | nice -n 10 ./script.sh | Process Control |
| df | Report filesystem disk space usage | df -h | System Monitoring |
| du | Estimate file and directory space usage | du -sh /home | System Monitoring |
| free | Display amount of free and used memory | free -h | System Monitoring |
| uname | Print system information | uname -a | System Information |
| lscpu | Display CPU architecture information | lscpu | System Information |
The static files are identical to what the API returns, but with no rate limit and no server round trip. Use the API when you want a query and a content type; use the files when you want to cache one document.
curl "https://yjtoon.com/api/dataset/process-management-commands?format=toon"
const res = await fetch( "https://yjtoon.com/static-data/dataset/process-management-commands.toon" ); const toon = await res.text();
Rate limit: 120 requests per minute per IP, no key and no signup. API reference →