Difference between revisions of "NETNAME()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return system information | Function to return system information | ||
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 17:23, 3 December 2009
Purpose
Function to return system information
Syntax
NETNAME()
See Also
GETENV(), GETGID(), GETPID(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), GETUID(), OS(), VERSION()
Description
The NETNAME() function returns the name of the machine. On UNIX/Linux systems, full 'uname –a' information is returned.
Example
? netname() system=SCO_SV nodename=mynode version=3.2.2 machine=i386
Products
Recital, Recital Server