Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Mark LaPierre
On 03/01/15 10:44, Mark LaPierre wrote: On 02/26/15 19:45, Valeri Galtsev wrote: On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS 6.6 64 bit machine. On my 32 bit machine:

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 8:02 pm, Mark LaPierre wrote: On 03/01/15 10:44, Mark LaPierre wrote: On 02/26/15 19:45, Valeri Galtsev wrote: On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Mark LaPierre
On 02/26/15 19:45, Valeri Galtsev wrote: On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS 6.6 64 bit machine. On my 32 bit machine: [mlapier@mushroom ~]$ ifconfig eth0

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/15 15:44, Mark LaPierre wrote: On 02/26/15 19:45, Valeri Galtsev wrote: On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 10:22 am, Richard wrote: Original Message Date: Sunday, March 01, 2015 10:44:08 -0500 From: Mark LaPierre marklap...@gmail.com To: centos@centos.org, Mark LaPierre marklap...@aol.com Subject: Re: [CentOS] scp -rp behavior(SOLVED) On 02/26

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Jonathan Billings
On Sun, Mar 01, 2015 at 10:58:30AM -0600, Valeri Galtsev wrote: Why slash: /.thunderbird in case of your example? Because if you do not specify absolute path beginning with / the ssh daemon prepends your relative path with its `pwd` it runs in, and its `pwd` is /) I'm not sure I understand

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 big snip Why slash: /.thunderbird in case of your example? Because if you do not specify absolute path beginning with / the ssh daemon prepends your relative path with its `pwd` it runs in, and its `pwd` is /) Not so. Consider: $ ssh pi-1 pwd

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 11:14 am, J Martin Rushton wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 big snip Why slash: /.thunderbird in case of your example? Because if you do not specify absolute path beginning with / the ssh daemon prepends your relative path with its `pwd` it runs

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 11:08 am, Jonathan Billings wrote: On Sun, Mar 01, 2015 at 10:58:30AM -0600, Valeri Galtsev wrote: Why slash: /.thunderbird in case of your example? Because if you do not specify absolute path beginning with / the ssh daemon prepends your relative path with its `pwd` it

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 9:44 am, Mark LaPierre wrote: On 02/26/15 19:45, Valeri Galtsev wrote: On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS 6.6 64 bit machine. On my 32 bit

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Richard
Original Message Date: Sunday, March 01, 2015 10:44:08 -0500 From: Mark LaPierre marklap...@gmail.com To: centos@centos.org, Mark LaPierre marklap...@aol.com Subject: Re: [CentOS] scp -rp behavior(SOLVED) On 02/26/15 19:45, Valeri Galtsev wrote: On Thu