Re: [ubuntu-uk] Changing ownership.......

2009-08-15 Thread William Anderson
Neil Greenwood wrote: > [snip] > It always works to put the options straight after the command. absolutely, it's the best way. but knowing the cheats are fun too :) -n -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/

Re: [ubuntu-uk] Changing ownership.......

2009-08-14 Thread John Matthews
Neil Greenwood wrote: > 2009/8/13 William Anderson : > >> John Matthews wrote: >> >>> Hi, I wonder if somebody can help. I have uploaded a something to my >>> server, I need to change the ownership. I managed to change the folders >>> ownership, but not everything inside. >>> >>> the script

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread Neil Greenwood
2009/8/13 William Anderson : > John Matthews wrote: >> Hi, I wonder if somebody can help. I have uploaded a something to my >> server, I need to change the ownership. I managed to change the folders >> ownership, but not everything inside. >> >> the script I used was >> >> sudo chown www-data:www-d

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread William Anderson
John Matthews wrote: > Hi, I wonder if somebody can help. I have uploaded a something to my > server, I need to change the ownership. I managed to change the folders > ownership, but not everything inside. > > the script I used was > > sudo chown www-data:www-data and filename > > I think I ne

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread Jonathon Fernyhough
2009/8/13 Alan Lord (News) : > On 13/08/09 14:26, John Matthews wrote: >> Jonathon Fernyhough wrote: >>> 2009/8/13 John Matthews: >>> Hi, I wonder if somebody can help. I have uploaded a something to my server, I need to change the ownership. I managed to change the folders ownership

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread Alan Lord (News)
On 13/08/09 14:26, John Matthews wrote: > Jonathon Fernyhough wrote: >> 2009/8/13 John Matthews: >> >>> Hi, I wonder if somebody can help. I have uploaded a something to my >>> server, I need to change the ownership. I managed to change the folders >>> ownership, but not everything inside. >>> >>>

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread John Matthews
Jonathon Fernyhough wrote: > 2009/8/13 John Matthews : > >> Hi, I wonder if somebody can help. I have uploaded a something to my >> server, I need to change the ownership. I managed to change the folders >> ownership, but not everything inside. >> >> the script I used was >> >> sudo chown www-da

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread Josh Holland
sudo chown -R www-data:www-data -- Josh Holland (key F6067C12) http://joshh.co.uk dutchie on irc.freenode.net http://twitter.com/jshholland http://identi.ca/jshholland signature.asc Description: Digital signature -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-

Re: [ubuntu-uk] Changing ownership.......

2009-08-13 Thread Jonathon Fernyhough
2009/8/13 John Matthews : > Hi, I wonder if somebody can help. I have uploaded a something to my > server, I need to change the ownership. I managed to change the folders > ownership, but not everything inside. > > the script I used was > > sudo chown www-data:www-data and filename > > I think I ne

[ubuntu-uk] Changing ownership.......

2009-08-13 Thread John Matthews
Hi, I wonder if somebody can help. I have uploaded a something to my server, I need to change the ownership. I managed to change the folders ownership, but not everything inside. the script I used was sudo chown www-data:www-data and filename I think I need to add the -R some where to make it