adduser Username: jru Full name: J.
Example 13-1. adduser の設定の変更 - FreeBSD
Use adduser(8) to do this.
そのためにはadduser(8)を使ってください。 - FreeBSD
backup software
adduser, 管理者の設定 - FreeBSD
# bos adduser server name admin -cell cell name -noauth
#/usr/afs/bin/bosadduserサーバ名admin-cellセル名-noauth - Gentoo Linux
adduser(8) is a simple program for adding new users.
adduser は、新しいユーザを登録するためのシンプルなプログラムです。 - FreeBSD
# pts adduser admin system:administrators -cell cell name -noauth# pts membership admin -cell cell name -noauthGroups admin (id: 1) is a member of:system:administrators
#/usr/afs/bin/ptsmembershipadmin-cellセル名-noauth system:administrators - Gentoo Linux
The command adduser username will add a user called "username".
adduserusernameコマンドで、usernameというユーザを作成できます。 - Gentoo Linux
Run the bos adduser command, to add the admin user to the /etc/openafs/server/UserList. /usr/afs/etc/UserListへadminユーザを追加するためにbosadduserコマンドの実行します。 - Gentoo Linux
Example 13-1.
そして次に adduser のデフォルト設定を行ない、最初のユーザアカウントを作成します。 - FreeBSD
Random User Uid : 1001 Class : Groups : jru wheel Home : /home/jru Shell : /usr/local/bin/zsh Locked : no OK? (yes/no): yes adduser: INFO: Successfully added (jru) to the user database. Add another user? (yes/no): no Goodbye!
Note: 入力したパスワードは画面に表示されません。 - FreeBSD
Note: If a group becomes empty and the group name is the same as the username, the group is removed; this complements the per-user unique groups created by adduser(8) .
Note: 指定されたユーザと同じ名前のグループで、そのユーザが削除されると空のグループとなる場合は、 そのグループ自体が削除されます。 これは adduser(8)によってユーザごとに作成される、 ユニークなグループに対応するものです。 - FreeBSD
Issue the pts adduser command to make the admin user a member of the system:administrators group, and the pts membership command to verify the new membership 多くのシステムでadminユーザを作成するためにptsadduserコマンドを発行します:管理者グループ。 そして新しいユーザを確認するためにptsmembershipコマンドを発行します。 - Gentoo Linux