you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (1 child)

apt remove sudo

sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago*

    It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root

    Actually I think the only way I can log in as root is sudo -i

    Pretty sure root has /bin/false as its shell and it's configured as no login my machines

  • source
  • parent