1

I am using vs code on ubuntu 18.04. since this morning I couldn't open my vs code. When I try open it in terminal I get this error:

code .
/ not root-owned 0:100

How can I solve it?

enter image description here

Mohammad Ali Amini
  • 174
  • 2
  • 2
  • 9

1 Answers1

3

Seems like you don't own root.

Try running:

sudo chown root:root /
Andrew Hill
  • 2,165
  • 1
  • 26
  • 39