79184076

Date: 2024-11-13 09:02:45
Score: 0.5
Natty:
Report link

With WSL2 on Windows, seeing two bash processes is common. Usually The first bash process might be the WSL init or management shell and second will be for your current terminal.

Even you can check the parent-child hierarchy of process to understand bash process connection here

pstree -p | grep bash

Try this on.

Reasons:
  • Whitelisted phrase (-1): Try this
  • No code block (0.5):
  • Low reputation (1):
Posted by: VIVEK KADAM