Command Reference
VernisOS provides 16 built-in commands for system management, file operations, AI control, and security configuration.
Authentication
loginAuthenticate and start a session. Prompts for username and password.
suSwitch to another user account. Requires target user credentials.
logoutEnd the current session and return to the login prompt.
File Operations
lsList files and directories in the current VernisFS location.
catDisplay the contents of a file. Supports text files only.
AI Engine
ai_statusShow current AI engine status: loaded modules, active processes, resource usage.
ai_tuneRun auto-tuning on kernel parameters. Optimizes scheduler, memory, and IPC settings.
ai_scanFull system scan for anomalies. Checks process behavior, memory patterns, and IPC traffic.
Security
audit_logDisplay the SHA-256 secured audit log. Shows all system events with integrity verification.
policyView and manage security policies. Set access control rules for processes and resources.
sandboxLaunch a process in a capability-restricted sandbox environment.
System
module_loadLoad a kernel module at runtime. Module must be present in VernisFS /modules/.
module_listList all currently loaded kernel modules with status and version info.
module_unloadUnload a kernel module. Requires the module to have no active dependencies.
helpDisplay all available commands with brief descriptions.
exitExit the current process or subshell.