Tell me about PS command with SFU

Hi all,

When I execute ps command with SFU (Microsoft Windows Services for UNIX), the result is returned as an empty line.
Other commands will return correct results.
How can I get the result of ps command correctly?

Thank you.

I don't know SFU but i suppose you don't see all processes per default, only your own. Try

ps -fe

and see if this produces any output.

I hope this helps.

bakunin

Thanks bakunin

It is the result of the command.

> ps -fe
>

The points are as follows.
(a) WMI (Windows Management Instrumentation) has gone down due to a failure.
(b) The result of the ps command is incorrect after WMI automatically recovers.
(c) WMI is back to normal.
(d) The server has been restarted several times, but the result does not change.

Please let me know if you have any advice.

Thanks.