👏

【注意!】Ubuntuでは大文字でユーザー追加が基本出来ない!!

2024/04/26に公開

背景

Windows10を使用していて、WSL2のUbuntuのバージョンが古くなったので1回アンインストールして、もう一度入れなおしてみました。最初に起動したときに下記のようにユーザー名を入力してくれと言われるので、入力してみた。

Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username:

が、ユーザーを追加したら、下記の内容が表示され、再度ユーザーを入力を求められた。

adduser: Please enter a username matching the regular expression configured
via the NAME_REGEX[_SYSTEM] configuration variable.  Use the `--force-badname'
option to relax this check or reconfigure NAME_REGEX.
Enter new UNIX username:

でも大丈夫。落ち着いて。大文字で入力していたからです。ユーザーは小文字のみの対応です。

New password:
Retype new password:
passwd: password updated successfully
Installation successful!
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

Discussion