---
name: linux
description: Linux system administration, commands, file permissions, systemd services, and shell conventions. Use when working on Linux systems, sysadmin tasks, systemd, cron, file permissions, or shell operations on Linux.
---

# Linux

- Use absolute paths in scripts.
- Set proper file permissions (principle of least privilege).
- Use systemd for service management.
- Log to syslog or journald.
- Use `cron` or systemd timers for scheduled tasks.
