Please leave all security words beside.
I'm the only one who has access to Ubuntu server and I login to it only when I have something to work with system administration. So I know what I'm doing and I'm aware of it. Now my system works with sudo without asking for password. Is it possible that it runs (system) programs without typing sudo?
And once again - I understand that someone can see this as security mistake, but please, don't write about it.
sudo -i
try this command – BeGood Nov 24 '15 at 06:05sudo
's main purpose is to grant a user root access. If you want to always run as root, well, enable the root password and run only as root . . . – Sergiy Kolodyazhnyy Nov 24 '15 at 07:21sudo
altogether, not for ways to run it without a password. – terdon Nov 24 '15 at 10:45