Api/minux: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "Minux Api, included in minux-main minux.restart() - restarts the system without triggering the crash handler")
 
No edit summary
Line 1: Line 1:
Minux Api, included in minux-main
Minux Api, included in minux-main used to control the base os functions.


[[https://minux.vtchost.com/wiki/index.php/Api/minux.restart()|minux.restart()]] - restarts the system without triggering the crash handler
 
[[Api/minux.restart()|minux.restart()]] - restarts the system without triggering the crash handler
 
[[Api/minux.halt()|minux.halt()]] - shuts down the system without triggering the crash handler
 
[[Api/minux.login()|minux.login()]] - logs in on either local or network authentication.
 
[[Api/minux.config()|minux.config()]] - changes system configuration
 
[[Api/minux.lsr()|minux.lsr()]] - creates a recusive file list
 
[[Api/minux.monitorprint()|minux.monitorprint()]] - a lazy way to print on a monitor

Revision as of 05:02, 24 September 2024

Minux Api, included in minux-main used to control the base os functions.


minux.restart() - restarts the system without triggering the crash handler

minux.halt() - shuts down the system without triggering the crash handler

minux.login() - logs in on either local or network authentication.

minux.config() - changes system configuration

minux.lsr() - creates a recusive file list

minux.monitorprint() - a lazy way to print on a monitor