NAME
|
skelfs – build directory skeletons |
SYNOPSIS
|
skelfs [ –i ] [ –t mode ] [ –s service ] [ mnt ] |
DESCRIPTION
|
Skelfs generates directory skeletons to assist in building namespaces.
Skeletons are generated on demand by walking through the root
directory. A skeleon is a directory containing a single empty
child. The name of this child is defined by the first walk taken
away from the root. For example the hierarchy for a
skeleton named 'echo' would be:
The skeletons generated by skelfs are anonmyous. Clients will never see the skeletons of other clients, nor can a client revisit a previous skeleton.
|
SEE ALSO
|
auth/box in auth(8). |
SOURCE
|
/sys/src/cmd/skelfs.c |