This HTML automatically generated with rman for NEMO
Table of Contents

Name

nemodir - introduction to NEMO directory structure

Description

The NEMO directory structure is modeled somewhat after the UNIX directory structure, with the environment variable $NEMO being the root directory.

Parameters

env=t|f
Show settings of environment variables and NEMO’s hidden system command line parameters. [default: f].

Files

The NEMO filesystem
$NEMO/            -- toplevel directory
    inc/            -- include (.h) files for compilation
    lib/            -- library (.a, .o) files for compilation
    bin/            -- executable files
    man/            -- manual pages
        man1/        -- . for programs
        man3/        -- . for functions
        man5/        -- . for data
        man8/        -- . for administration
    text/            -- various other docs and manuals on NEMO
    src/            -- sources, per topic
        kernel/
        nbody/
        image/
    usr/            -- sources, per contributing user
        josh/
        piet/
        pjt/
        pat/
    data/            -- online data files
    adm/            -- recent imports and exports
    csh/            -- example shell scripts

See Also


programs(1NEMO), files(1NEMO)
The NEMO Users/Programmers Manual -- Appendix D.

Update History


xx-xxx-86    created      JEB
18-Mar-87    updated for new /usr/guinness fileserver    PJT
xx-apr-88    program nemo now really exists    PJT
29-jan-93    renamed nemo.1 to nemodir.8    PJT

    It’s easy to create,
    but being responsible for what
    the creation does is something else.