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
The line in question has two typos:
Sudo change <username> : Sets user password expiration date
Partially mentioned in issue #13846, but the command chage has a typo in it too.
#1 - Download the PDF https://assets.ubuntu.com/v1/3bd0daaf-Ubuntu%20Server%20CLI%20cheat%20sheet%202024%20v6.pdf
#2 - Change to #2 page
#3 - Find the section Users & groups and the last line under the section User management
Users & groups
User management
1 - the command sudo written in lower case (Sudo -> sudo) 2 - the chage command written in a correct way (change -> chage)
I think the intended line would be:
sudo chage <username> : Sets user password expiration date.
sudo chage <username>
Browser independent
GitHub
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The line in question has two typos:
Sudo change <username> : Sets user password expiration date
Partially mentioned in issue #13846, but the command chage has a typo in it too.
Steps to reproduce the behavior
#1 - Download the PDF https://assets.ubuntu.com/v1/3bd0daaf-Ubuntu%20Server%20CLI%20cheat%20sheet%202024%20v6.pdf
#2 - Change to #2 page
#3 - Find the section
Users & groups
and the last line under the sectionUser management
Expected behavior
1 - the command sudo written in lower case (Sudo -> sudo)
2 - the chage command written in a correct way (change -> chage)
I think the intended line would be:
sudo chage <username>
: Sets user password expiration date.Browser/device details
Browser independent
Reported from
GitHub
The text was updated successfully, but these errors were encountered: