Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
命令行下的登录、联网与包管理
tsukine
net
net scan # 扫描可用 Wi-Fi SSID net connect <ssid> # 连接指定无线网 ping tsukineos.top # 验证连通性
tknpkg update # 刷新包索引 tknpkg install <pkg> tknpkg remove <pkg> tknpkg list # 已安装包
tknpkkj <目录或文件> # 生成 .tkn 包
taskmgr # 任务/资源概览(同 tsukine_top)
poweroff
exit
--- ## `reference/commands.mdx` ```mdx --- title: Command Reference description: TsukineOS 自研工具链命令速查 --- # 命令参考 TsukineOS 在 BusyBox + dash 基础上提供了若干自研工具,命名上多带有 `tsukine_` 前缀的等价入口。 ## 系统 / 任务 | 命令 | 等价/说明 | |------|-----------| | `taskmgr` | 任务管理器 / 资源概览 | | `tsukine_top` | `taskmgr` 的别名入口 | ## 网络 | 命令 | 等价/说明 | |------|-----------| | `net` | 网络配置守护进程入口 | | `tsukine_net` | `net` 的等价入口 | | `ping` | ICMP 连通性测试 | | `tsukine_ping` | `ping` 的等价入口 | ## 下载 / 包管理 | 命令 | 说明 | |------|------| | `iwr` | HTTP 下载工具 | | `tsukine_iwr` | `iwr` 的等价入口 | | `tknpkg update` | 刷新包索引 | | `tknpkg install <pkg>` | 安装包 | | `tknpkg remove <pkg>` | 卸载包 | | `tknpkg list` | 列出已装包 | | `tknpkkj <目标>` | 打包工具,生成 `.tkn` 包 | <Note> 以上为 Infdev-0.2.4 暴露的命令子集,随版本演进会有增减,以实际镜像中 `which <cmd>` 与 `tknpkg list` 为准。 </Note>