[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Anyone know how to rename and copy in SSH



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