« Minimal Reproducible »

Home Tags About GitHub

Switch default user

Published at 2024-05-19
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 oswindowswsl

Switch default user

In windows terminal:

ref: https://blog.csdn.net/qq_37085158/article/details/131041223

First,

adduser <name>
usermod -aG sudo <name>
ubuntu2204.exe config --default-user <name>

可能使用 ubuntu.exe

« Minimal Reproducible »

Powered by Astro