chsh

Change user's login shell. More information: <https://manned.org/chsh>.

Debian Debian
RUN apt-get update && \ apt-get install -y passwd
Ubuntu
RUN apt-get update && \ apt-get install -y passwd
Alpine
RUN apk add util-linux
Arch Arch Linux
RUN pacman -S --noconfirm util-linux
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y passwd
CentOS
RUN yum install -y util-linux-ng
Fedora
RUN dnf install -y util-linux-user
Raspbian
RUN apt-get update && \ apt-get install -y passwd
click the source code to copy install chsh on any operating system with command-not-found.com