linux and file permissions - newb linux user

Are you running it from your home folder (or subfolder) or somewhere else?

If you are running it from there which files is it complaining about when creating a project?

Colin

i dont know why but when i tried rails testproject without sudo it worked fine... need to stop smoking crack guess.

Well now ive worked quite a bit on this sudo project so is there any way to unsudo it quickly?

im guessing one way would be to send it to git and then grab it again (ive never used git but someone once mentioned this in antoher thread i think).

but that means i nee to spend more time learning something new so if theres another way im all ears.

many thanks for your reply!

Adam Akhtar wrote:

Well now ive worked quite a bit on this sudo project so is there any way to unsudo it quickly?

cd projectdir sudo chown -R adam .

thanks andrew for that.