Command Reference
BlueOS provides a specialized set of commands for kernel management, file manipulation, and security auditing.
System & Information
| Command | Description |
help | Display all available commands and basic usage. |
bluefetch | System information tool (Kernel version, Uptime, Drivers). |
version | Displays current BlueOS build and kernel signature. |
sysctl -a | List all kernel variables and runtime parameters. |
sysctl -w [var]=[val] | Modify kernel parameters at runtime. |
File System & VFS
| Command | Description |
ls | List directory contents. |
vfs-ls | Specialized command to list Virtual File System nodes. |
cd [dir] | Change current working directory. |
pwd | Print name of current/working directory. |
mkdir [name] | Create a new directory. |
rm [file] | Remove a file. |
rmdir [dir] | Remove an empty directory. |
touch [file] | Create an empty file or update timestamps. |
cat [file] | Concatenate and display file content on standard output. |
Session & Security
| Command | Description |
login [user] | Initiate a secure session. (Default: admin). |
logout | Terminate current session and clear security tokens. |
whoami | Print the current effective user ID and privileges. |