Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll to the bottom and enter the user name username in this case we use the name bob and enter the commands you would like bob to be able to sudo with, in this case we want bob to be able to create directories

...

Code Block
languagebash
sudo mkdir bob

If that did not work Lets use the find command if you do not know what to add the error message tells you the path that needs to be added to the file as an example lets display the find command error

...