Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

owner-name

Function

Summary

Returns the name of the user who owns the current machine, if available.

Signature

owner-name () => name-or-false 

Arguments

None.

Values

name-or-false
An instance of false-or(<string>).

Library

operating-system

Module

operating-system

Description

Returns as an instance of <string> the name of the user who owns the current machine (that is, the name entered when the machine was registered), or #f if the name is unavailable.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index