appjail-login —
Log into the jail
appjail login |
[-u username]
jail |
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.
The appjail login utility exits 0
on success, and >0 if an error occurs. 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.