Api/minux: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
[[Api/minux.lock()|minux.lock()]] - locks the current session behind user password
[[Api/minux.lock()|minux.lock()]] - locks the current session behind user password


[[Api/minux.config()|minux.config()]] - changes system configuration
[[Api/minux.config()|minux.config()]] - changes or returns system configuration


[[Api/minux.lsr()|minux.lsr()]] - creates a recusive file list
[[Api/minux.lsr()|minux.lsr()]] - creates a recusive file list

Revision as of 13:58, 30 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.logintype() - returns the login setting used by this system.

minux.lock() - locks the current session behind user password

minux.config() - changes or returns system configuration

minux.lsr() - creates a recusive file list

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

minux.debug()- debugging/log system message handler