Oberon || Compiler & Tools || Library || Module Index || Search Engine


Ulm's Oberon System:
onsshut


NAME

onsshut - shutdown a node within ONS

SYNOPSIS

onsshut [-a authfile] path

DESCRIPTION

onsshut terminates the node associated with the given path. In case this node is an extension of CommandNodes.Node (see CommandNodes), this is attempted by sending a ``shut'' command. Otherwise, Names.Destroy is used.

Following option is supported:

-a authfile
specifies a file containing a persistent object of type Shards.Lid that is to be used for the shutdown operation.

ENVIRONMENT

UnixNames is used to find the shared Oberon name space. This module considers the environment variable ONS_ROOT to find the Oberon name server.

SEE ALSO

onsmkdir
create a directory within the Oberon name space
onsstat
report the status of a node
onswait
block until a path becomes valid

Edited by: borchert, last change: 2004/09/20, revision: 1.1, converted to HTML: 2004/09/20

Oberon || Compiler & Tools || Library || Module Index || Search Engine