Ed Shornock wrote:
Michael S wrote: | Hi all, | | I use debian now for two years on different systems. To add a | debian user to a certain group, I can remember that I used a very | simple syntax of 'useradd' to do that: | | useradd <existing-user> <newgroup> | Actually, I think you want `adduser` from the "adduser" package.
Oh, yes that's it. Thank you for the hint. Michael