LinuxのUbuntuやDebianでユーザーを追加する方法・コマンド
LinuxのUbuntuやDebianでユーザーを追加する方法・コマンド
LinuxのUbuntuやDebianでユーザーを追加する方法・コマンド
■OS
Ubuntu 11.04
Debian 6.0
■コマンド
useradd
passwd
■作業
LinuxのUbuntuやDebianでユーザーを追加
■LinuxのUbuntuやDebianでユーザーを追加する方法・コマンド
下記コマンドでユーザー「test」を追加
useradd test
下記コマンドで「test」のパスワードを設定
passwd test
※ユーザー「test」を追加・作成する場合