Is there something like WMI for Linux?

前端 未结 6 2129
南方客
南方客 2020-12-14 04:05

I like the whole WMI concept, and I could really make use of it under Linux (in some scripts). Is there something like that for Linux systems?

6条回答
  •  感动是毒
    2020-12-14 04:37

    I beg to differ, but YES, there is. Get FWTS and run

    fwts wmi -
    

    And you will see how is it implemented and what is possible to read/modify.

    More here: https://wiki.ubuntu.com/Kernel/Reference/WMI

提交回复
热议问题