By GMVPS
So, I’m completely new to Linux and VPS in general but so far I’m quite pleased with the experience, the thing is that I’m not the most avid linux user -duh!- so with that in mind I’m prone to making mistakes…
My problem is that I was following this guide https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04 and this one https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-wordpress-sites-on-a-single-ubuntu-vps and for whatever reason my session timed out and had to reconnect… and I continued with the guide and did not check the directory I was in once I logged back… home… and applied this command at that location “sudo chown www-data:www-data * -R” … so my question is… How bad it is? Do I screwed the VM? Is there a way to undo that command? Back to square one and learn from my mistakes ? :P
I used a secondary user with sudo privileges as per the initial configuration setup guide.
Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Assuming you had logged in as root you would have run this command in /root. While there are some places in the filesystem where running this command could have major issues luckily everything under /root is owned by the root user so a single command can put things back how they were.
chown -Rf root /root
Hi,
I ran the command using a secondary account account at the default location (/home/AdminAcc). This user has sudo privileges.
Would this command “chown -Rf AdminAcc /AdminAcc” do the same as the one you posted but for my user?
Thanks.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.