Saturday, August 29, 2015

ubuntu - How to set default file permissions?

I have ran these codes:



sudo chown -R /
sudo chmod 755 /


And now my server is not working. I need to get backup copy of MySQL database
How can I fix it?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...