Mailinglist Archive: opensuse (3139 mails)
| < Previous | Next > |
Re: [SLE] Suse 10.1 and hostid
- From: stephan beal <stephan@xxxxxxxx>
- Date: Thu, 5 Oct 2006 23:12:55 +0000 (UTC)
- Message-id: <200610062312.46984.stephan@xxxxxxxx>
On Friday 06 October 2006 00:16, Carl Hartung wrote:
> Also, there are actually three commands pertaining to hostid:
>
> sethostid
> gethostid
> hostid
> (all require superuser permissions)
>
> Each has a man page, too. ;-)
The get/sethostid are C-level calls, not applications.
man sethostid
NAME
gethostid, sethostid - get or set the unique identifier of the
current host
SYNOPSIS
#include <unistd.h>
long gethostid(void);
int sethostid(long hostid);
--
----- stephan@xxxxxxxx http://s11n.net
"...pleasure is a grace and is not obedient to the commands
of the will." -- Alan W. Watts
> Also, there are actually three commands pertaining to hostid:
>
> sethostid
> gethostid
> hostid
> (all require superuser permissions)
>
> Each has a man page, too. ;-)
The get/sethostid are C-level calls, not applications.
man sethostid
NAME
gethostid, sethostid - get or set the unique identifier of the
current host
SYNOPSIS
#include <unistd.h>
long gethostid(void);
int sethostid(long hostid);
--
----- stephan@xxxxxxxx http://s11n.net
"...pleasure is a grace and is not obedient to the commands
of the will." -- Alan W. Watts
| < Previous | Next > |