userの追加、パスワードの設定、ホームディレクトリの設定

# useradd hoge

# passwd hoge
xxxxxxxx

# mkdir /home/hoge

# usermod -d /home/hoge