Mailinglist Archive: opensuse (2114 mails)
| < Previous | Next > |
Re: [opensuse] silly girls' cli copy problem
- From: Matthew Stringer <qube@xxxxxxxxxxxxxx>
- Date: Sat, 01 Sep 2007 19:58:20 +0100
- Message-id: <46D9B64C.7020205@xxxxxxxxxxxxxx>
primm wrote:
Another way:
cd nonmembers
tar -cvf ../members.tar .
mkdir members
mv ../members.tar members
cd members
tar -xvf members.tar
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
simplist answer:It won't copy all the folders (sic: directories).
cp * members/
lose the -a
it won't try to copy members to itself.
I tried that but then I lose the permission settings I made on the original directores and files.:-(
To repeat. It just has to be mc or rsync.
But I'm wondering. Is there anyway of getting into my cli only server from a kde client on my lan? Or does the server have to have X installed too to be able to do that?
Love from Lynn.
Another way:
cd nonmembers
tar -cvf ../members.tar .
mkdir members
mv ../members.tar members
cd members
tar -xvf members.tar
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |