Remove all data while keeping the Ubuntu
up vote
0
down vote
favorite
I have an Ubuntu Latitude E6410 and for the past month and a half I have had other peoples data and online accounts on it. I don't want to remove something if it could cause any damage to the operating system. I also would like to know how to wipe the computer along with all the accounts and data (but with the Operating System perfectly safe) Can someone help?
reset
add a comment |
up vote
0
down vote
favorite
I have an Ubuntu Latitude E6410 and for the past month and a half I have had other peoples data and online accounts on it. I don't want to remove something if it could cause any damage to the operating system. I also would like to know how to wipe the computer along with all the accounts and data (but with the Operating System perfectly safe) Can someone help?
reset
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an Ubuntu Latitude E6410 and for the past month and a half I have had other peoples data and online accounts on it. I don't want to remove something if it could cause any damage to the operating system. I also would like to know how to wipe the computer along with all the accounts and data (but with the Operating System perfectly safe) Can someone help?
reset
I have an Ubuntu Latitude E6410 and for the past month and a half I have had other peoples data and online accounts on it. I don't want to remove something if it could cause any damage to the operating system. I also would like to know how to wipe the computer along with all the accounts and data (but with the Operating System perfectly safe) Can someone help?
reset
reset
edited Jun 20 '17 at 21:33
Ravexina
30.5k1477106
30.5k1477106
asked Jun 20 '17 at 20:30
Bryce Wright
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Here is my suggestions:
First create a new user for yourself:
sudo useradd -m newuser
sudo passwd newuser
Then add yourself to
sudo
group:
sudo gpasswd -a newuser sudo
logout from your user account and login with your new user.
- now go to
/home
and remove everything except your new user's home directory, or useuserdel -r username
to remove other users.
Now all your data are gone however you have a running system with a freshly new user.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Here is my suggestions:
First create a new user for yourself:
sudo useradd -m newuser
sudo passwd newuser
Then add yourself to
sudo
group:
sudo gpasswd -a newuser sudo
logout from your user account and login with your new user.
- now go to
/home
and remove everything except your new user's home directory, or useuserdel -r username
to remove other users.
Now all your data are gone however you have a running system with a freshly new user.
add a comment |
up vote
1
down vote
Here is my suggestions:
First create a new user for yourself:
sudo useradd -m newuser
sudo passwd newuser
Then add yourself to
sudo
group:
sudo gpasswd -a newuser sudo
logout from your user account and login with your new user.
- now go to
/home
and remove everything except your new user's home directory, or useuserdel -r username
to remove other users.
Now all your data are gone however you have a running system with a freshly new user.
add a comment |
up vote
1
down vote
up vote
1
down vote
Here is my suggestions:
First create a new user for yourself:
sudo useradd -m newuser
sudo passwd newuser
Then add yourself to
sudo
group:
sudo gpasswd -a newuser sudo
logout from your user account and login with your new user.
- now go to
/home
and remove everything except your new user's home directory, or useuserdel -r username
to remove other users.
Now all your data are gone however you have a running system with a freshly new user.
Here is my suggestions:
First create a new user for yourself:
sudo useradd -m newuser
sudo passwd newuser
Then add yourself to
sudo
group:
sudo gpasswd -a newuser sudo
logout from your user account and login with your new user.
- now go to
/home
and remove everything except your new user's home directory, or useuserdel -r username
to remove other users.
Now all your data are gone however you have a running system with a freshly new user.
edited Nov 15 at 9:29
answered Jun 20 '17 at 21:30
Ravexina
30.5k1477106
30.5k1477106
add a comment |
add a comment |
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%2faskubuntu.com%2fquestions%2f927498%2fremove-all-data-while-keeping-the-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