Do I have to use sudo for the command above or do I have to run it as a user?
Thanks for your time!
You're welcome!
Run as user.
$ is the user prompt, # is the root prompt, so
$ <command> means run as user
# <command> means get root privileges or use sudo.
Statistics: Posted by FreewheelinFrank — 2026-01-28 06:31