Monday, August 9, 2010

Custom Shell in NetBSD

I was making a little user shell, which is just a minimal TUI interface for the maintenance of my own software, and ran into problem on how to set it up for the actual user. Apparently here's what you should do if you want to have a different shell:

If its something you've made, just add it to /etc/shells
then run (as a root or sudo)

usermod -s /path/to/shell username

No comments:

Post a Comment