aserdev-os comes with a shell called zsh also called Z shell
it is stored in /bin/zsh or /usr/bin/zsh depending on the system configuration.
you can start typing commands right away.
ls - list files and directories in the current directory.cd [directory] - change the current directory to the specified directory.pwd - print the current working directory.mkdir [directory] - create a new directory with the specified name.rm [file] - remove the specified file.cp [source] [destination] - copy a file from source to destination.mv [source] [destination] - move or rename a file from source to destination.echo [text] - display the specified text in the terminal.exit - exit the zsh shell.these are just a few basic commands to get you started with zsh in aserdev-os. there are many more commands and features available in zsh that you can explore as you become more familiar with the shell.
update - updates aserdev-os and all installed packages.ins [package] - installs a new package from the aserdev-os repository.userctl - create/delete users.