Open ihmels opened 1 year ago
adduser can be either an alias for useradd or a Perl script that uses useradd in the background.
However, the Perl script does not use the same options as useradd. Therefore, useradd should be used so that the command should always work.
Fixes #330.
adduser can be either an alias for useradd or a Perl script that uses useradd in the background.
However, the Perl script does not use the same options as useradd. Therefore, useradd should be used so that the command should always work.
Fixes #330.