#2406 closed defect (obsolete)
pdf documentation
回報者: | yantux | 負責人: | |
---|---|---|---|
元件: | documentation | 版本: | VirtualBox 2.0.2 |
關鍵字: | 副本: | ||
Guest type: | Linux | Host type: | Linux |
描述 (由 作最後更新)
pdf documentation contain info aboun installing VirtualBox on Linux. i.e. 'usermod -a -G virtualbox user', but in some linux distribution usermod utility did n ot support -a/--append option. Because, if linux user is not has good knowledge, then he delete -a option. After that user lose own groups and get obnly virtualbox group. May be add info in pdf and message box, that admin can use not onlu usermod, but and gpasswd? Because it utility more easy than usermod.
Thank you.
Best regards, Yan.
更動歷史 (3)
comment:2 16 年 前 由 編輯
Replying to frank:
Unfortunately, gpasswd does not implement the
-a
option on every system. For example, OpenSUSE 11 is missing that option.
In OpenSUSE you would use "groupmod -A <newmember> virtualbox", the documentation could state every possible command for major distributions, or just recommend to edit /etc/group, you can't beat that, always works :D
comment:3 8 年 前 由 編輯
描述: | 修改 (差異) |
---|---|
狀態: | new → closed |
處理結果: | → obsolete |
Please reopen if still relevant with a recent VirtualBox release.
Unfortunately, gpasswd does not implement the
-a
option on every system. For example, OpenSUSE 11 is missing that option.