mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 15:51:45 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/linux/rlogin
Normal file
17
tldr/linux/rlogin
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user