- 檔案操作: ls, dir, cat, type, mkdir, rm, cp, mv.
- 進程管理:
- 查:
ps aux | grep name(Linux),Get-Process name(Win) - 殺:
pkill name(Linux),Stop-Process -Name name(Win)
- 查:
- 資源監控: top, free -h, Get-PSDrive.
- 網路工具: curl, ping, ipconfig/ifconfig.
Action 格式 (用於 Golem 對話): {"action":"sys-admin","task":"check_process","name":"node"}