📄 rsh.texi
字号:
@node rsh@chapter rsh@cindex rsh@command{Rsh} executes command on host and copies its standard input to theremote command, the standard output of the remote command to its standardoutput, and the standard error of the remote command to its standard error.Interrupt, quit and terminate signals are propagated to the remote command;@command{rsh} normally terminates when the remote command does.When using the @command{rsh} command, you can create a link to your pathusing a host name as the link name. For example:@example## ln -s /usr/bin/rsh HostName# Hostname ls@end example@var{HostName} will be passed to @command{rsh} as the default host.@command{rsh} allows access to the remote host without the use of a passwd.For details, @xref{rcmd, , rcmd, libc, The GNU C Library Reference Manual}.@section InvokingThe options are as follows :@table @samp@item -K@itemx --kerberos@opindex -K@opindex --kerberosTurns off all Kerberos authentication.@item -d@itemx --debug@opindex -d@opindex --debugTurns on socket debugging (see setsockopt(2)) on the TCP sockets used forcommunication with the remote host.@item -k@itemx --realm=REALM@opindex -k@opindex --realmThe option requests rsh to obtain tickets for the remote host in REALMrealm instead of the remote host's realm as determined by krb_realmofhost(3).@item -x@itemx --encrypt@opindex -x@opindex --encryptTurns on DES encryption for all data passed via the rsh session. This mayimpact response time and CPU utilization, but provides increased security.@item -l@itemx --user@opindex -l@opindex --userBy default, the remote username is the same as the local username.The -l option or the username@@host format allow the remote name tobe specified. Kerberos authentication is used, and authorizationis determined as in rlogin(1).@end tableIf no command is specified, you will be logged in on the remote host usingrlogin(1).Shell metacharacters which are not quoted are interpreted on local machine,while quoted metacharacters are interpreted on the remote machine.@exampleFor example, the command# rsh otherhost cat remotefile >> localfileappends the remote file remotefile to the local file localfile, while# rsh otherhost cat remotefile ">>" other_remotefileappends remotefile to other_remotefile.@end example
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -