On 2018-07-04, gevisz <[email protected]> wrote: > 2018-07-04 21:00 GMT+03:00 Jack <[email protected]>: >> On 2018.07.04 13:38, gevisz wrote:
>>> I hate using sudo since I have been forced to use it in Ubuntu. >> >> I almost never used sudo when I used Ubuntu. I used su or logged in as root >> when necessary. > > It is quite strange because, when I used Ubuntu, it had no root account, > and so, everybody was forced to use sudo to get root privileges. Nonsense. Ubuntu has always had a root account, and still does [see below]. By default the installer doesn't set up a password for the root account, but that's trivial to do after the install is finished. $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic $ grep root /etc/passwd root:x:0:0:root:/root:/bin/bash -- Grant Edwards grant.b.edwards Yow! PARDON me, am I at speaking ENGLISH? gmail.com

