Useradd

From UVOO Tech Wiki
Jump to navigation Jump to search

Create manually

useradd -m -d /home/myuser -s /bin/bash -c "My User" -U myuser

Refs