junest
junest copied to clipboard
In `top`, other user’s names becomes `nobody`
Steps to reproduce:
- Open
topcommand in junest - Check the
USERcolumn of the output. Other user’s names are shown asnobody
Is it possible to show the actual user names instead of nobody?
Yes, you are right. I am not sure why that happens. This happen with ps command too. Junest updates /etc/passwd file so I thought these programs use that file to get the username. We may need to update some other files.
If you have time to investigate this, please let me know, thanks.