
The prompt for root access did not exist when I wrote this answer. See these questions for the reasons behind why sudo is preferred and why root-login is disabled by default. The absolute best thing to do to is make a copy of a restricted file, edit it, and copy it back when you're absolutely sure it's finished.Īlso for editing files to which your user does not have permissions, I would now recommend Talha Junaid's answer which asks for permissions every single time you want to save a file. Warning: Directly logging in as root is like playing with fire, because one little typo is enough to lose critical data or make your system unbootable.Note that desktop environments will also function incorrectly if you login to them as root. I'm not saying that you should never use VSCode as root(though its pretty easy to avoid doing) I'm saying you should be careful when you want to do so and know the risks. It's just good practice on any operating system to run your applications on a user level and leave administrative tasks to the root user, and only on a per-need basis.

Or that vulnerability that was just posted in ProFTPD to allow an attacker to gain a ROOT shell. The other difference between the two commands is in their default behavior. For example, you wouldn't want that recent crash of Rhythmbox to wipe out your entire /usr directory due to a bug. Applications are meant to be run with non-administrative security (or as mere mortals) so you have to elevate their privileges to modify the underlying system. On Ubuntu, the easiest way to grant sudo privileges to a user is by adding the user to the sudo group. It defeats the security model that's been in place for years. Have fun.įor everyone asking why this isn't recommended, you clearly don't understand why sudo even exists. Then from the window you can open your project folderĪgain: This is not recommended.
#UBUNTU SUDO SU CODE#
You must specify the user data directory to use when running vs code: sudo code -user-data-dir="~/.vscode-root" It is very dangerous to run VScode as root (as it is any other application) however, should you absolutely need to:
