Accidentally executed 'sudo chown -R www-data:www-data /' Ubuntu











up vote
0
down vote

favorite












Was trying to change the ownership of a folder but executed this command



root@xyz.com:~# chown -R www-data:www-data /              


The entire directory structure under '/' got changed.
Upon realising the mistake I executed this command



root@xyz.com:~# chown -R root:root /                                    


Now I am unable to execute php scripts as apache user. Mysql is unable to find an existing database (shows 'unknown database'). Not sure what else got broken.










share|improve this question















migrated from stackoverflow.com Nov 21 at 6:42


This question came from our site for professional and enthusiast programmers.











  • 3




    You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
    – arkascha
    Nov 21 at 6:24






  • 1




    unix.stackexchange.com/questions/48845/…
    – caramba
    Nov 21 at 6:25










  • there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
    – mnmnc
    Nov 21 at 8:13















up vote
0
down vote

favorite












Was trying to change the ownership of a folder but executed this command



root@xyz.com:~# chown -R www-data:www-data /              


The entire directory structure under '/' got changed.
Upon realising the mistake I executed this command



root@xyz.com:~# chown -R root:root /                                    


Now I am unable to execute php scripts as apache user. Mysql is unable to find an existing database (shows 'unknown database'). Not sure what else got broken.










share|improve this question















migrated from stackoverflow.com Nov 21 at 6:42


This question came from our site for professional and enthusiast programmers.











  • 3




    You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
    – arkascha
    Nov 21 at 6:24






  • 1




    unix.stackexchange.com/questions/48845/…
    – caramba
    Nov 21 at 6:25










  • there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
    – mnmnc
    Nov 21 at 8:13













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Was trying to change the ownership of a folder but executed this command



root@xyz.com:~# chown -R www-data:www-data /              


The entire directory structure under '/' got changed.
Upon realising the mistake I executed this command



root@xyz.com:~# chown -R root:root /                                    


Now I am unable to execute php scripts as apache user. Mysql is unable to find an existing database (shows 'unknown database'). Not sure what else got broken.










share|improve this question















Was trying to change the ownership of a folder but executed this command



root@xyz.com:~# chown -R www-data:www-data /              


The entire directory structure under '/' got changed.
Upon realising the mistake I executed this command



root@xyz.com:~# chown -R root:root /                                    


Now I am unable to execute php scripts as apache user. Mysql is unable to find an existing database (shows 'unknown database'). Not sure what else got broken.







php mysql linux ubuntu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 at 7:55









Run5k

10.5k72749




10.5k72749










asked Nov 21 at 6:20







kashif siddiq











migrated from stackoverflow.com Nov 21 at 6:42


This question came from our site for professional and enthusiast programmers.






migrated from stackoverflow.com Nov 21 at 6:42


This question came from our site for professional and enthusiast programmers.










  • 3




    You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
    – arkascha
    Nov 21 at 6:24






  • 1




    unix.stackexchange.com/questions/48845/…
    – caramba
    Nov 21 at 6:25










  • there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
    – mnmnc
    Nov 21 at 8:13














  • 3




    You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
    – arkascha
    Nov 21 at 6:24






  • 1




    unix.stackexchange.com/questions/48845/…
    – caramba
    Nov 21 at 6:25










  • there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
    – mnmnc
    Nov 21 at 8:13








3




3




You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
– arkascha
Nov 21 at 6:24




You won't be able to fix that system since you have lost all the ownership information of the whole file system content. You might be able to still use parts of the system, but most services will run into issues and trying to fix all that by hand is something you do not really want to start with. So fetch the backups and start from the last point you wrote the backup.
– arkascha
Nov 21 at 6:24




1




1




unix.stackexchange.com/questions/48845/…
– caramba
Nov 21 at 6:25




unix.stackexchange.com/questions/48845/…
– caramba
Nov 21 at 6:25












there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
– mnmnc
Nov 21 at 8:13




there are no accidents with sudo. You were just subconsciously ready to rebuild this system from scratch. ;)
– mnmnc
Nov 21 at 8:13















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377186%2faccidentally-executed-sudo-chown-r-www-datawww-data-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377186%2faccidentally-executed-sudo-chown-r-www-datawww-data-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]