Posted On August 4, 2021

Windows WSL: How to Fix Broken bashrc File

kimconnect 4 comments
blog.KimConnect.com >> Linux >> Windows WSL: How to Fix Broken bashrc File
Problem:

When there’s an incorrect setup of Windows Subsystem for Linux (WSL), where $HOME/.bashrc is corrupted or having an ‘exit’ statement during its runtime, Windows cannot log into is WSL using the normal wsl command.

How To Fix:
# Execute bash using a different home directory
C:\Windows\System32\bash.exe ~ -c /bin/bash

# Edit the broken bashrc file
vim ~/.bashrc

 

4 thoughts on “Windows WSL: How to Fix Broken bashrc File”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Kubernetes: How to Set Node Affinity

Kubernetes pods' Quality of Service (QoS) can be controlled by setting node affinity. Here are…

Linux: Init Process in the Background and Detach

# Define program program=remmina # Method 1 nohup $program & # Method 2 $program &…

Intermittent Ping Request Time Out Due to An Outdated ARP Table Entry of a Ubuntu Server

Scenario: - Server A and Server B hardware are of the same model and capacity-…
Other project: DragonCoin.com