Kali Linux 2020.1 Released – Non-Root by Default
1–6 of 6 posts
Re: Kali Linux 2020.1 Released – Non-Root by Default
#2Re: Kali Linux 2020.1 Released – Non-Root by Default
#3Intersting, many tools require root by default to work. So i'm curious how integrated everything is out the box. Removing root is common practice for many everyday OSs, I'm intested to give this a try.
Re: Kali Linux 2020.1 Released – Non-Root by Default
#4Intersting, many tools require root by default to work. So i'm curious how integrated everything is out the box. Removing root is common practice for many everyday OSs, I'm intested to give this a try.
I believe they just mean the setup doesn't default to a root user, you can still use sudo.
sudo -s
which gives you a root (login) shell, so you don't have to type "sudo" in front of every single command.Re: Kali Linux 2020.1 Released – Non-Root by Default
#5Earlier quoted context omitted.
I believe they just mean the setup doesn't default to a root user, you can still use sudo.
Something which comes handy for me in everyday life is sudo -s which gives you a root (login) shell, so you don't have to type "sudo" in front of every single command.
For my part, I almost always do "sudo su" for this purpose... it's just what I'm used to.
Re: Kali Linux 2020.1 Released – Non-Root by Default
#6Intersting, many tools require root by default to work. So i'm curious how integrated everything is out the box. Removing root is common practice for many everyday OSs, I'm intested to give this a try.