How to add user to other filesystem
- by chris varnz
I'm trying to work out how to add a user to a separate filesystem, as described here, specifically point 5: Add a local user and password for the user, then add the user to the adm and sudo groups.
I've read around chroot, but I don't believe this will work as the default command to run is /bin/bash, which would require the target fs to be binary…