-
Notifications
You must be signed in to change notification settings - Fork 0
2:What to do?
For the moment, this is a very basic system. You have nothing installed on it except base utilities
The available commands are:
ls
cls/clear
pm
delbin
lsbin
hello
so i'm going to explain what each command do.
This command list directories.
WARNING: unlike most OSes and due to python limitations, the root folder isn't /! It's ./ ! Keep that in mind before executing any command !
example use:
input: ls ./usr/
Output: bin lib data
This clears the terminal window
The package manager for IZOS!
It can download files from the Official IZOS apps repo, or from a custom repo using the -s argument.
Example use:
pm test
or
pm -s https://raw.githubusercontent.com/ExampleUser/ExampleRepo/ExampleBranch/ test
This progam deletes a previously installed package.
Example use:
delbin test
pm and delbin are protected from deleting !
This only command can list all the programs on your system, as an alternative to
cd ./usr/bin/
ls
## cd
Simple program to change directory
This program is called HelloPy It features some options to get info about the system.
Thank you for enjoying IZOS !