Quantcast
Channel: Change Alpine Linux default shell - Server Fault
Browsing latest articles
Browse All 3 View Live

Answer by A. Martyn for Change Alpine Linux default shell

How do you login? I just had a similar problem which appeared to have a different origin, but checked by docker exec with root user and then doing su myuser and the shell is bash:8a0deef473ac:/var/www$...

View Article



Change Alpine Linux default shell

Alpine defaults to ash as the login shell, I want to change it to bash.What I did so far:installed bash by sudo apk add bashinstalled shadow by sudo apk add shadowI changed my user's login shell to...

View Article

Answer by ixe013 for Change Alpine Linux default shell

As with "regular" Linux, you must use chsh to change your shell. Install it with:apk add shadowI like to use bash. To install it:apk add bashThen you can change your shell (or someone else's) with:chsh...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images