Binaries/login: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "login is used to log in either locally or on the network, depending on the settings used")
 
No edit summary
Line 1: Line 1:
login is used to log in either locally or on the network, depending on the settings used
login is a [[Binaries|binary]] used to log in either locally or on the network, depending on the settings used
 
 
'''usage:'''
 
login username password
 
 
'''output:'''
 
attempts to log in with the username and password provided, sets the relevant values and grants or denies various levels of access to the system.
 
 
 
'''Optional usage:'''
 
login set option
 
 
used to change login method, older method but still works.
 
option can be:
 
disabled - turns off login
 
local - sets login method to local
 
network - sets login method to network

Revision as of 06:10, 24 September 2024

login is a binary used to log in either locally or on the network, depending on the settings used


usage:

login username password


output:

attempts to log in with the username and password provided, sets the relevant values and grants or denies various levels of access to the system.


Optional usage:

login set option


used to change login method, older method but still works.

option can be:

disabled - turns off login

local - sets login method to local

network - sets login method to network