Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

Service - RSH.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

RSH (Remote Shell)

  • (TCP) port number 514

As an example of rsh use, the following executes the command mkdir testdir as user remoteuser on the computer host.example.com running a UNIX-like system:

rsh -l remoteuser host.example.com "mkdir testdir"