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?










share|improve this question




























    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?










    share|improve this question


























      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?










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 20 '17 at 21:33









      Ravexina

      30.5k1477106




      30.5k1477106










      asked Jun 20 '17 at 20:30









      Bryce Wright

      1




      1






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Here is my suggestions:





          1. First create a new user for yourself:



            sudo useradd -m newuser
            sudo passwd newuser



          2. Then add yourself to sudo group:



            sudo gpasswd -a newuser sudo


          3. logout from your user account and login with your new user.


          4. now go to /home and remove everything except your new user's home directory, or use userdel -r username to remove other users.


          Now all your data are gone however you have a running system with a freshly new user.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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%2faskubuntu.com%2fquestions%2f927498%2fremove-all-data-while-keeping-the-ubuntu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            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:





            1. First create a new user for yourself:



              sudo useradd -m newuser
              sudo passwd newuser



            2. Then add yourself to sudo group:



              sudo gpasswd -a newuser sudo


            3. logout from your user account and login with your new user.


            4. now go to /home and remove everything except your new user's home directory, or use userdel -r username to remove other users.


            Now all your data are gone however you have a running system with a freshly new user.






            share|improve this answer



























              up vote
              1
              down vote













              Here is my suggestions:





              1. First create a new user for yourself:



                sudo useradd -m newuser
                sudo passwd newuser



              2. Then add yourself to sudo group:



                sudo gpasswd -a newuser sudo


              3. logout from your user account and login with your new user.


              4. now go to /home and remove everything except your new user's home directory, or use userdel -r username to remove other users.


              Now all your data are gone however you have a running system with a freshly new user.






              share|improve this answer

























                up vote
                1
                down vote










                up vote
                1
                down vote









                Here is my suggestions:





                1. First create a new user for yourself:



                  sudo useradd -m newuser
                  sudo passwd newuser



                2. Then add yourself to sudo group:



                  sudo gpasswd -a newuser sudo


                3. logout from your user account and login with your new user.


                4. now go to /home and remove everything except your new user's home directory, or use userdel -r username to remove other users.


                Now all your data are gone however you have a running system with a freshly new user.






                share|improve this answer














                Here is my suggestions:





                1. First create a new user for yourself:



                  sudo useradd -m newuser
                  sudo passwd newuser



                2. Then add yourself to sudo group:



                  sudo gpasswd -a newuser sudo


                3. logout from your user account and login with your new user.


                4. now go to /home and remove everything except your new user's home directory, or use userdel -r username to remove other users.


                Now all your data are gone however you have a running system with a freshly new user.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 15 at 9:29

























                answered Jun 20 '17 at 21:30









                Ravexina

                30.5k1477106




                30.5k1477106






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    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





















































                    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

                    How to change which sound is reproduced for terminal bell?

                    Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                    Can I use Tabulator js library in my java Spring + Thymeleaf project?