⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remote_shell.html

📁 ADI 公司blackfin系列的用户使用文挡。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>  <title></title>  <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />  <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />  <link rel="stylesheet" media="print" type="text/css" href="./print.css" />  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><div class="toc"><div class="tocheader toctoggle" id="toc__header">Table of Contents</div><div id="toc__inside"><ul class="toc"><li class="level1"><div class="li"><span class="li"><a href="#remote_shells" class="toc">Remote Shells</a></span></div><ul class="toc"><li class="level2"><div class="li"><span class="li"><a href="#rsh" class="toc">rsh</a></span></div></li><li class="level2"><div class="li"><span class="li"><a href="#rcp" class="toc">rcp</a></span></div></li><li class="level2"><div class="li"><span class="li"><a href="#example" class="toc">Example</a></span></div></li></ul></li></ul></div></div><h1><a name="remote_shells" id="remote_shells">Remote Shells</a></h1><div class="level1"><p>Remote shell is commonly used in development environments for quickly running commands on the target or copying things from a development host to the target. It is used during the toolchain testing for running remote programs on the target.</p><p>&ldquo;&rdquo;&ldquo;&rdquo;&rsquo;&rsquo;</p></div><!-- SECTION [1-788] --><h2><a name="rsh" id="rsh">rsh</a></h2><div class="level2"><p><code>rsh</code> stands for remote shell and allows you to execute non-interactive programs on another system.  It executes the command on the other system and returns the program&rsquo;s standard output and standard error output.</p><p>The other system must be running a remote shell daemon (rshd) to handle the incoming rsh command.</p><p>The rsh command does not require you to enter a password for the other system. </p></div><!-- SECTION [789-1201] --><h2><a name="rcp" id="rcp">rcp</a></h2><div class="level2"><p> rcp stands for remote copy and allows you to transfer files to and from another system over the network.  It works like a &ldquo;copy&rdquo; command, where you specify a source and a destination, except that the source or destination of the copy can be the hostname or IP address of another system.  It can also copy multiple files (using wildcards for example) and recursively copy entire directory trees. </p><p>The other system must be running a remote shell daemon (rshd) that supports rcp.  Since it operates through the rshd, trust is established through host equivalency.</p></div><!-- SECTION [1202-1781] --><h2><a name="example" id="example">Example</a></h2><div class="level2"></div><!-- SECTION [1782-] --></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -