Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save QuiteZeal/8e1e9e1c8a5d62cfed1cc4461a86ea9e to your computer and use it in GitHub Desktop.
Save QuiteZeal/8e1e9e1c8a5d62cfed1cc4461a86ea9e to your computer and use it in GitHub Desktop.
Fixed chsh: command not found in CentOS 8

Fixed chsh: command not found in CentOS 8

This problem happens on some vps provider.

Need to manual install to solve it

sudo dnf install util-linux-user

That means use dnf to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment