adduserとuseraddのどちらを使うべき?
adduser は Perl スクリプト
長いオプションしか説明がない。
useradd はバイナリ
パフォーマンスを考えると useradd
短いオプションを使うなら useradd
関連
addgroupとgroupaddのどちらを使うべき?