<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://itecfun.com/extern.php?action=feed&amp;tid=3369&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[个人知识管理站 / linux远程拷贝命令及not a regular file 解决方案]]></title>
		<link>http://www.itecfun.com/viewtopic.php?id=3369</link>
		<description><![CDATA[linux远程拷贝命令及not a regular file 解决方案 最近发表的帖子。]]></description>
		<lastBuildDate>Wed, 17 Oct 2018 04:59:45 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[linux远程拷贝命令及not a regular file 解决方案]]></title>
			<link>http://www.itecfun.com/viewtopic.php?pid=3635#p3635</link>
			<description><![CDATA[<p>linux 远程拷贝 ：scp<br /> <br />scp 文件名  root@远程ip:/路径/ <br /> <br />将本地home目录下的test.tar的文件拷贝到远程主机192.168.1.23的/home/adm/目录下，则命令为：scp /home/test.tar root@192.168.1.23:/home/adm/  回车后输入密码就可以了 <br /> <br />scp提供了几个选项  在scp后加就行了 <br /> <br />    -p 拷贝文件的时候保留源文件建立的时间。 <br />    -q 执行文件拷贝时，不显示任何提示消息。 <br />    -r 拷贝整个目录   <a href="http://www.2cto.com" rel="nofollow">www.2cto.com</a>  <br />    -v 拷贝文件时，显示提示信息。 <br /> </p><p>linux 下scp传文件时错误 scp: /usr/tools: not a regular file 不能成功传送 解决方案</p><p>1：有可能没权限 chmod 777<br />2:  在使用scp时加上-r 参数<br />scp -r root@192.168.16.5:/usr/tools/xxxx</p>]]></description>
			<author><![CDATA[dummy@example.com (xuyg)]]></author>
			<pubDate>Wed, 17 Oct 2018 04:59:45 +0000</pubDate>
			<guid>http://www.itecfun.com/viewtopic.php?pid=3635#p3635</guid>
		</item>
	</channel>
</rss>
