The standard distribution of sanos comes with a small collection of utilities. These utilities are useful for installing, configuring and using sanos. All the utilities are written in C and can also serve as examples of programming applications for sanos.
| beep | Play beep in speaker | |
| break | Debug breakpoint | |
| cat | Display file | |
| cd | Change current directory | |
| chdir | Change current directory | |
| chmod | Change file permissions | |
| chown | Change file owner | |
| copy | Copy file | |
| cls | Clear screen | |
| cp | Copy file | |
| crypt | Encrypt password | |
| date | Display date | |
| debug | Enable/disable debug mode | |
| del | Delete file | |
| df | Display file system usage | |
| dir | List directory | |
| dump | Display file in hex format | |
| exec | Execute shell script | |
| exit | Exit shell | |
| grabcon | Grab the main console file descriptors | |
| id | Display real and effective user and group ids | |
| ifconfig | Display network interface configuration | |
| ipconfig | Display network interface configuration | |
| heapstat | Display heap statistics | |
| help | Displays command list" | |
| httpget | Retrieve file via http | |
| jobs | Display job list | |
| kbd | Keyboard test | |
| kill | Send signal | |
| klog | Enable/disable kernel log messages | |
| less | Display file paginated | |
| load | Load module | |
| loglevel | Set syslog tracing mask and level | |
| lookup | Lookup hostname or IP address using DNS | |
| ls | List directory | |
| md | Make new directory | |
| mkdir | Make new directory | |
| mkfs | Format device for new file system | |
| more | Display file paginated | |
| mount | Mount file system | |
| move | Move file | |
| mv | Move file | |
| nslookup | Lookup hostname or IP address using DNS | |
| ping | Send ICMP echo request to network host | |
| play | Play RTTTL file in speaker | |
| read | Read file from disk | |
| reboot | Reboot computer | |
| rm | Delete file | |
| rd | Remove directory | |
| rmdir | Remove directory | |
| sound | Play sound in speaker | |
| shutdown | Shutdown computer and power off | |
| sysinfo | Display system info | |
| test | Dummy command for misc. tests | |
| type | Display file | |
| uname | Print system information | |
| umount | Unmount file system | |
| whoami | Display logged in user | |
| write | Write zero filled file to disk |