Answer the question
In order to leave comments, you need to log in
How to make it so that you do not have to constantly type 'sudo ' before the command?
I want to do on my own home server as it was done in the installation of Ubuntu 12.04 LTS on hetzner. There you just log in via SSH and you are with superuser rights.
I searched but didn't find how to do it myself.
Answer the question
In order to leave comments, you need to log in
$ sudo -i
and then run as root.
Well, or enable the ability to log in immediately under the root (set the root password via sudo passwd root).
offhand there are two options:
1. from the start, log in as root via ssh
2. sudo su -
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question