adduser

    • Hi gang,

      I'd like to grant a friend access to my HD8000's webif from the internet.

      I know he can login using root, but I'd like to create an account with limited privileges (not that I don't trust him, I just don't like using root, it's bad practice)

      Can I use the "adduser" command ? how do I set the privileges for a given account ?


      Thanks !



      Erick
    • Use standard linux commands adduser, addgroup, chmod, chown, chgrp etc..

      However... syntax differs a little compared to the full Linux distros. Check exact syntax with "--help" flag.

      Any created user will have access to the webif by default.

      /Per-Olov