GNU bug report logs - #23213
cp command with -P option odd behavior over ssh

Previous Next

Package: coreutils;

Reported by: Kousik Mandal <kousikmandal <at> gmail.com>

Date: Mon, 4 Apr 2016 11:14:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kousik Mandal <kousikmandal <at> gmail.com>
To: 23213 <at> debbugs.gnu.org
Subject: bug#23213: cp command with -P option odd behavior over ssh
Date: Mon, 4 Apr 2016 16:42:57 +0530
[Message part 1 (text/plain, inline)]
Hi Team,

In Linux system, I have created /tmp/123 directory.
---snip---
mkdir -p /tmp/123
---snip---

/tmp/4576 is a non existent directory, now I am executing following cp
command
---snip---
cp -vPprf /tmp/123 /tmp/4576
`/tmp/123' -> `/tmp/4576'


ls /tmp/4576
123
---snip---

So above command is successfully copied directory 123 under /tmp/4576

Now I am trying to execute the same command over ssh

----snip---
[user1 <at> test~]$ ssh user1 <at> testsh -c  'cp -vPprf /tmp/123 /tmp/4576'
user1 <at> test's password:
cp: missing file arguments
Try `cp --help' for more information.
----snip---

but it's always failing. I have tried the same command on multiple Linux
system and found same failure.

Can you please help me why it's failing?
Is it a bug with cp -P option?
Are there any workaround mean any kind of configuration change is needed to
get it work?

Thanks,
Kousik
[Message part 2 (text/html, inline)]

This bug report was last modified 9 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.