
chsh
List of commands for chsh:
-
chsh:tldr:74ed3 chsh: Set a specific login shell for the current user interactively.$ chshtry on your machineexplain this command
-
chsh:tldr:c9b8c chsh: Set a specific login [s]hell for the current user.$ chsh -s ${path-to-shell}try on your machineexplain this command
-
chsh:tldr:dbb9f chsh: Set a login [s]hell for a specific user.$ chsh -s ${path-to-shell} ${username}try on your machineexplain this command