We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling adduser on Amazon Linux, it aliases to useradd, which does not have the --disable-password or --gecos flags.
adduser
useradd
--disable-password
--gecos
The text was updated successfully, but these errors were encountered:
Thanks for reporting, could you provide an equivalent command that should be run on that system?
Sorry, something went wrong.
For --disabled-password, it appears that passwords are disabled by default on Amazon Linux so there's no equivalent flag (none necessary).
--disabled-password
For --gecos, the equivalent is --comment
--comment
I attempted to create a fix #16
No branches or pull requests
When calling
adduser
on Amazon Linux, it aliases touseradd
, which does not have the--disable-password
or--gecos
flags.The text was updated successfully, but these errors were encountered: