My user is part of the admin group and I'm used to type sudo su to impersonate root.
Unfortunately this generate a non-login shell and if I need one I need to type again /bin/bash -l.
Is there any way to have a login shell directly running a sudo command?
$ sudo -iresults inThis account is currently not available.(because ofusermod -s /usr/sbin/nologin root) – luckydonald Dec 08 '20 at 21:52