sysadminManage Linux servers with user administration, process control, storage, and system maintenance.
Install via ClawdBot CLI:
clawdbot install ivangdavila/sysadmin--system flag — no home directory, no login shellsudo with specific commands, not blanket ALL — principle of least privilegeusermod -L — preserves audit trail and file ownership~/.ssh/authorized_keys with restrictive permissions — 600 for file, 700 for directoryvisudo to edit sudoers — catches syntax errors before saving, prevents lockoutsystemctl for services, not service — systemd is standard on modern distrosjournalctl -u service -f for live logs — more powerful than tail on log filesnice and ionice for background tasks — don't compete with production workloadsnohup or screen/tmux for long-running commands — SSH disconnect kills regular processesdf -h for disk usage, du -sh * to find culprits — check before disk fills completelylsof +D /path finds processes using a directory — needed before unmountingncdu for interactive disk usage — faster than repeated du commandsnoexec, nosuid for security on data partitionslogrotate prevents disk fill — configure size limits and retention/var/log/auth.log or /var/log/secure for login attempts — watch for brute forcedmesg for kernel messages — hardware errors, OOM kills appear herechmod 600 for secrets, 640 for configs, 644 for public — world-writable is almost never correctchmod +t) — users can only delete their own filessetfacl for complex permissions — when traditional owner/group/other isn't enoughchattr +i makes files immutable — even root can't modify without removing flagapt update before apt upgrade — upgrade without update uses stale package listsunattended-upgrades — critical patches shouldn't waitapt autoremove — reduces attack surface and disk usagetop/htop for live view, vmstat for trends — understand baseline before diagnosingiotop for disk I/O bottlenecks — slow disk often blamed on CPUsar for historical data — retroactively diagnose what happened during incidentss -tulpn shows listening ports — netstat is deprecatedip addr and ip route replace ifconfig and route — learn the new tools/etc/hosts for local overrides — quick testing without DNS changescurl -v shows full connection details — headers, timing, TLS handshakecp file file.bak takes two secondsGenerated Mar 1, 2026
A cloud service provider uses this skill to manage Linux-based virtual machines for clients, ensuring secure user access, monitoring system performance, and automating backups. It helps maintain high availability and compliance with security standards across distributed environments.
An e-commerce company relies on this skill to administer servers hosting their online store, handling user account security, optimizing storage for product data, and managing logs to detect and prevent fraud. It supports scaling during peak traffic periods while minimizing downtime.
A healthcare organization applies this skill to manage Linux servers storing patient records, enforcing strict permissions and backup protocols to meet regulatory requirements like HIPAA. It includes monitoring for unauthorized access and ensuring system reliability for critical applications.
A university uses this skill to maintain Linux servers for student and faculty accounts, control processes for academic software, and manage storage for research data. It helps automate updates and secure SSH access across campus networks.
Offer subscription-based server management for small to medium businesses, including user administration, security monitoring, and backup solutions. This model generates recurring revenue by reducing clients' IT overhead and preventing costly outages.
Provide expert consulting to help companies implement and optimize Linux server administration practices, such as automating deployments and enhancing security. Revenue comes from project-based contracts and ongoing support agreements.
Develop and sell training courses or certification programs focused on Linux system administration skills, targeting IT professionals seeking to advance their careers. Revenue is generated through course fees and certification renewals.
💬 Integration Tip
Integrate with monitoring tools like Prometheus for performance tracking and use configuration management systems such as Ansible to automate tasks outlined in the skill.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot