search

Home  >  Q&A  >  body text

linux - Anaconda installed with root under Ubuntu, want to make it available to all users

Is there any way?
Currently, every time an ordinary user wants to use Anaconda, an error will be reported

仅有的幸福仅有的幸福2770 days ago2692

reply all(1)I'll reply

  • 仅有的幸福

    仅有的幸福2017-07-06 10:37:17

    You can configure /etc/sudoers to allow all users to run specified commands through sudo

    sudo visudo
    ALL ALL=NOPASSWD: /path/to/command

    reply
    0
  • Cancelreply