I need to use adduser to add a user from the command line. Currently, I am doing
sudo adduser -g someGroup -c "John Doe" dojohn
but I'd like to have the command also include a "Work Phone number" like 777 222 1342.
I'm sure it has something to do with adduser.conf, but have not been able to find more information about it online.
If relevant:
OS: Ubuntu Linux, Shell: bash
User: John Doe, username: dojohn, Work Phone Number: 777 222 1342