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
 
(One intermediate revision by the same user not shown)
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
 
 
eg: "login foo bar" will log in as username foo and password bar
 
eg2: "login set local" switches login method to local. outdated method but still works.

Latest revision as of 23:57, 26 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


eg: "login foo bar" will log in as username foo and password bar

eg2: "login set local" switches login method to local. outdated method but still works.