Benutzer-Werkzeuge

Webseiten-Werkzeuge


lcd4linux:plugin_uname

Inhaltsverzeichnis

uname plugin

This plugin provides an interface to the uname() system call.


Functions

uname(f)call uname() and return field <f>

The 'field' can have the following values:

sysnameoperating system
nodenamenetwork node hostname
releasekernel release
versionkernel version
machinemachine hardware name
domainnameNIS or YP domain name

see uname(1) and uname(2) for details.


Example

Widget CPU {
    class  'Text'
    expression  uname('machine')
    prefix 'CPU '
    width  9
    align  'L'
    update 0
}

lcd4linux/plugin_uname.txt · Zuletzt geändert: 2022/02/15 20:09 von 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki