primm wrote:
simplist answer:

cp * members/

lose the -a

it won't try to copy members to itself.
It won't copy all the folders (sic: directories).


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to