I am using Ubuntu 20.04 in the Windows subsystem for Linux on Windows 10. When I type the who
command I get no output:
renniej@ratitch:~$ whoamirenniejrenniej@ratitch:~$ whorenniej@ratitch:~$
I have tried various things like sudo who
and who -a
but still I get no output. who --version
gives:
who (GNU coreutils) 8.30Copyright (C) 2018 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Written by Joseph Arceneaux, David MacKenzie, and Michael Stone.
Am I doing something silly here? Or is this a feature of WSL2?