[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Anyone know how to rename and copy in SSH
- Subject: Re: [cobalt-users] Anyone know how to rename and copy in SSH
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Thu Dec 20 14:01:01 2001
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 20 December 2001 15:30, Ian McCabe wrote:
> Hi all,
>
> I am trying to rename some files within the error folder of my Raq using
> ssh and then copy some files into their original places from within my
> admin area.
>
> Anyone know the commands needed to achieve this...
>
> Any help much appreciated,
>
to rename a file use [mv oldname.file to newname.file]
to copy a file ][cp /path/file /new-path/file]
--
-Gerald