Content deleted Content added
Fix example -- rcp example should state command as rcp, not cp |
Corrected link to Standard Error (stderr) - was pointing to Standard_Error |
||
Line 47:
{{Further|Remote Shell}}
rsh opens a [[Shell (computing)|shell]] on a remote computer without a [[login]] procedure. Once connected, the user can execute commands on the remote computer through the shell's [[command-line interface]]. rsh passes input and output through the [[standard streams]], and it sends [[standard output]] to the user's [[Virtual console|console]]. Over the network, [[standard input]] and standard out flow through TCP port 514, while [[
===rexec===
|