sifon wrote:
> Thank you for the quick reply!
> I tried doing that via winscp, i've got - error code 3, permission
> denied.
> I tried via putty (it's not really my area of expertise) using cp
> command and I've got -
> cp: omitting directory 'QVGA240squareSkin'
>
> apologies for asking basic stuff, but could you tell me how to copy it
> there :)
>
> thanks
Ah yes - the /home/tc/.jivelite folder belongs to root, and user tc
doesn't have write permission to that folder.
>From an SSH terminal prompt, issue the following command to add group
write permissions, then you should be able to write to the .jivelite
folder and all its sub-folders:
Code:
--------------------
sudo chmod -R g+w ~/.jivelite
--------------------
Or just precede the copy commands with 'sudo'.
------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix