FTips.1: sudo authentication

  • sudo authentication
  • fedora在預設情況下是不會幫一般帳號打開sudo的使用權限,必須透過以下的設定方式來解決。

    以root權限去編輯/etc/sudoers檔案。

    su root

    nano /etc/sudoers

    在sudoers裡增加如下的參數

    username ALL=(ALL) ALL

    其中username就是你的登入帳號,存儲後離開即生效!

No comments:

Post a Comment

Orange - data analysis tool

Installation pip install orange3 Run orange python -m Orange.canvas