process-management
Installation
SKILL.md
Process Management Skill
Master process control, signals, scheduling, and monitoring
Learning Objectives
After completing this skill, you will be able to:
- List and inspect running processes
- Send and handle signals properly
- Run background jobs and daemons
- Schedule tasks with cron and systemd
- Monitor system resources
Prerequisites
- Bash basics
- Linux system fundamentals
- User permissions understanding