Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-LOGIN(1)	    General Commands Manual	      APPJAIL-LOGIN(1)

NAME
       appjail-login --	Log into the jail

SYNOPSIS
       appjail login [-u username] jail

DESCRIPTION
       The appjail login utility logs users into jail.

       The options are as follows:

       -u username
	    Logs into the jail as username.  The default user is root.

EXIT STATUS
       The  appjail  login  utility exits 0 on success,	and >0 if an error oc-
       curs.  It may fail for one of the following reasons:

       -   EX_USAGE: The command was used incorrectly.
       -   EX_NOINPUT: The jail	specified in jail cannot be found.
       -   EX_DATAERR: The jail	name specified in jail is invalid.
       -   EX_NOUSER: The user specified in -u does not	exist.
       -   EX_UNAVAILABLE: The shell for the specified user is invalid.

SEE ALSO
       appjail-cmd(1) login(1) sysexits(3) shells(5)

AUTHORS
       Jess Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD	ports 15.0		March 19, 2024		      APPJAIL-LOGIN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-login&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help