Syntax
list uname ()
Description
The uname function returns a list containing the following uname information from the policy server:
- Operating System Name
- Network node hostname
- Operating System Release
- Operating System Version
- Machine (hardware) type
Example
print("Master OS is :" + uname());