System Grab Bag

View all TLDR pages from Linux (or from all pages)

login

Initiates a session for a user. More information: https://manned.org/login.
  • Log in as a user:
    login {{user}}
  • Log in as user without authentication if user is preauthenticated:
    login -f {{user}}
  • Log in as user and preserve environment:
    login -p {{user}}
  • Log in as a user on a remote host:
    login -h {{host}} {{user}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.