上一個主題: 驗證 Data Aggregator 上開啟檔案數目的限制下一個主題: 配置其他 UTF-8


為 Data Aggregator 配置 Sudo 使用者帳戶 (選用)

在您安裝 Data Aggregator 前,請以 root 使用者身分登入。 不過,在某些環境中,不提供不受限制的 root 使用者存取權。 如果無法使用 root 使用者存取權,則擁有受限命令集存取權的 sudo 使用者也可以安裝和執行軟體。

請依循下列步驟:

  1. 以 root 使用者身分登入您要安裝 Data Aggregator 的電腦。
  2. 將下列命令別名加入 /etc/sudoers 檔案的 command alias 區段:
    Cmnd_Alias CA_DATAAGG = /tmp/installDA.bin, /etc/init.d/dadaemon, /opt/IMDataAggregator/uninstall
    
    ## Allows the Data Aggregator user to manage the Data Aggregator
    
    dasudouser_name ALL = CA_DATAAGG
    

    此命令別名詳細說明 sudo 使用者必須能夠執行的命令。

    即會配置 Sudo 使用者帳戶。