1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

rlogin: add page (#11458)

This commit is contained in:
Sebastiaan Speck 2023-11-11 14:31:22 +01:00 committed by GitHub
parent 8be7e26173
commit 840dc73abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/rlogin.md Normal file
View file

@ -0,0 +1,12 @@
# rlogin
> Log in to a remote host.
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/rlogin-invocation.html>.
- Log in to a remote host:
`rlogin {{remote_host}}`
- Log in to a remote host with a specific username:
`rlogin -l {{username}} {{remote_host}}`