CentOS7で新しいユーザーのアカウントを作成する

2020年1月20日月曜日

Linux

t f B! P L
CentOS7で新しいユーザーを作る時のメモです。 useraddで新しいユーザーを作成して、usermodeでグループを割り当て、passwdでパスワードを設定するだけです。

例) andyというユーザーを新しく作成する場合

(rootで)
$useradd andy
$(groupadd users)  グループusersも新しく作る場合
$usermod -g users andy
$passwd andy

このブログを検索

ブログアーカイブ

QooQ