> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tsukineos.top/llms.txt
> Use this file to discover all available pages before exploring further.

# System Tools: Process Management and Shutdown

> Use taskmgr and tsukine_top to monitor processes and resource usage on TsukineOS.

# System Tools

TsukineOS provides `taskmgr` (equivalent alias `tsukine_top`) as the built-in process and resource monitor. Run it from the command line to see real-time system activity, process lists, and resource usage.

## taskmgr: Task Manager

`taskmgr` starts a lightweight system monitor in the terminal, showing running processes and their resource consumption.

```bash theme={null}
taskmgr         # Start the task and resource overview
tsukine_top     # Equivalent alias
```

`taskmgr` and `tsukine_top` are two entry points to the same tool. When writing scripts, prefer `tsukine_top` to avoid confusion with tools of the same name on other systems.

## Shutdown

The recommended shutdown command for TsukineOS:

```bash theme={null}
poweroff
```

On some builds, simply running `exit` to leave the shell will also trigger the shutdown sequence through the init system, depending on the image's init configuration.

<Note>
  Shutdown behavior may vary between Infdev versions. Check the release notes for the specific image to confirm the recommended command.
</Note>

<Note>
  This page was translated by AI and may contain inaccuracies. The Simplified Chinese version is authoritative.
</Note>

***

© 2024-2026 TsutokiTeo/JunweiZhang. All rights reserved.
