|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Linux newbie question - permissions
Hello,
I have an image that is owned by nobody -rw------- 1 nobody bin 2355 Mar 25 11:32 catalog/images/49a.jpg How can I chage the ownership so that I can copy it to another directory. Any help is appreciated. -roy |
|
#2
|
||||
|
||||
|
If you have root:
chown root img.jpg chgrp root img.jpg chmod 755 img.jpg You should be able to do the same if you are a user. -Mr.K |
|
#3
|
|||
|
|||
|
what if I don't have root - I am on a shared hosting account with SSH??
|
|
#4
|
||||
|
||||
|
Then do the above, only with your username.
chown username img.jpg chgrp username img.jpg chmod 755 img.jpg You should be able to do that. If not, you might call your isp and tell them, and they should be able to change it. -Mr.K |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Linux newbie question - permissions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|