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.
php mysql linux ubuntu
migrated from stackoverflow.com Nov 21 at 6:42
This question came from our site for professional and enthusiast programmers.
add a comment |
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.
php mysql linux ubuntu
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
add a comment |
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.
php mysql linux ubuntu
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
php mysql linux ubuntu
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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