Before I upgraded to 18.04, if i needed to edit e.g. a config file as a superuser, I would type
Now when I type that it says this:
I also tried "sudoedit: /etc/resolvconf/resolv.conf.d/base", I get an old school text editor with nothing at all showing in the file, just like a blank .txt file.
Code:
sudo kate <file name>
Code:
:~$ sudo kate /etc/resolvconf/resolv.conf.d/base Executing Kate as root is not possible. To edit files as root use: SUDO_EDITOR=kate sudoedit <file> :~$ SUDO-EDITOR=kate sudoedit /etc/resolvconf/resolv.conf.d/base SUDO-EDITOR=kate: command not found
Comment