PS C:\WINDOWS\system32> debian help Launches or configures a linux distribution. Usage:- Launches the distro's default behavior. By default, this launches your default shell. run - Run the given command line in that distro, using the default configuration. - Everything after `run ` is passed to the linux LaunchProcess call. config [setting [value]] - Configure certain settings for this distro. - Settings are any of the following (by default) - `--default-user `: Set the default user for this distro to clean - Uninstalls the distro. The appx remains on your machine. This can be useful for "factory resetting" your instance. This removes the linux filesystem from the disk, but not the app from your PC, so you don't need to redownload the entire tar.gz again. help - Print this usage message.
> debian config --default-user root PS C:\WINDOWS\system32
Default UNIX user set to: root
初期ユーザのパスワードを忘れてしまったので、実際に作業してみました。
- 管理者として PowerShellかcmdウインドウを開く。
- PS> debian config --default-user root でログインユーザを root にする
- WSL Debian を開くとログインユーザが root になっているはず。
- # passwd firstuser などとしてパスワードを変更する。
- WSL Debian を閉じておく。
- PS> debian config --default-user firstuser などとしてログインユーザを初期ユーザにする。
- WSL Debianを開くとログインユーザが 初期ユーザになっているはず。 sudo su などしてパスワードが新しいものになっているか確認する。
参考記事はこちら。
https://askubuntu.com/questions/772050/reset-the-password-in-linux-bash-in-windows
0 件のコメント:
コメントを投稿