Ideally speaking, if I build up my own system right from the scratch, then l ought to be in control of the root, isn’t that correct ??🤓🤓🤓

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    17
    ·
    17 hours ago

    If you mean Linux, you are. You have the root or sudo password, don’t you? If you mean your the root directory should be under your user name, then that is a very bad idea. I suggest you try it on a system you don’t care about to find out why!

      • NaibofTabr@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 hour ago

        OK, so you want to install Linux on an old laptop after wiping the hard drive.

        Sure, you would have root control for that OS. Make sure that there is no BIOS/UEFI password set before you start, or that you have the password.

        Do not use the root account for regular use, especially if you will be connecting this laptop to the Internet. Log in as a normal user account and escalate your privilege as needed.

        I also highly recommend gparted for editing the hard drive partitions before you install the OS. Don’t install goarted, just run it live from a USB drive.

        Do you know which Linux distribution you want to install?

  • aev_software@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    16 hours ago

    Yes, but that’s a really bad situation from a security perspective. ideally you want two separate accounts: the admin who can do everything, and the daily driver whose activities cannot harm the system.

  • Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    4
    ·
    16 hours ago

    In the vast majority of operating systems the person who installs the system is by default the highest privileged user, in the case of some of those systems, that user is called root.

    However, the word root is also used to describe the basis of several file systems.