2

I'm using the windows subsystem for linux, I'm very new to ubuntu and I can't get my head around the root user concept.

muru
  • 197,895
  • 55
  • 485
  • 740
Shashwat
  • 149

1 Answers1

2

root - is a user (with no restrictions)

sudo - just command which give you rights to run another command with root user privileges. sudo must be run every time before the command, which you want to execute as root user.

Josef Klimuk
  • 1,596
slava
  • 3,887