Next: About this document
Up: CCDS User's Guide
Previous: CCDS Programming Interface
The following pages contain a description of the CCDS console program.
ccdssh CCDSSH ccdssh
- NAME
- SYNOPSIS
- ccdssh -session [session name] -path [pathname] -debug [value]
- DESCRIPTION
- ccdssh is a shell user interface to the Collaborating
Computing Data Space (CCDS) which provides functions for
object management.
ccdssh spawns a data server on the local machine if a server in
the named session is not already active.
- OPTIONS
- -session
Session name. Default is ccds_session. - -path
Path to local data storage. Default is /tmp. - -debug
Debug output level (0-6).
Default is 0 (no debug output)
- COMMANDS
- ccds_import/cimp srcname name
Import object with name srcname from file system
to CCDS where it is named name. - ccds_unimport/cout dstname name
Unimport object (object is removed from CCDS)
named name to file system where it is named
dstname. Only user who originally imported object
can unimport object. - ccds_export/cexp dstname name
Same as ccds_unimport, but object is not removed
from CCDS and any user can export object. - ccds_rm/crm name
Remove object named name from CCDS. Only user who
originally imported object can remove. - ccds_ls/cls
Object listing. - ccds_cat/ccat name
Display object. - ccds_notify/cnot
Deactivate or activate object notification. An
object notification is generated when an object
is imported or removed. Default notification is
off. - quit
Leave ccdssh. When every participant in the
session has quit ccdssh, the local data server
also terminates. - ls, cat, more
Shell commands.
Soeren Peter Olesen (vss postdoc)
Wed Jan 7 14:44:20 EST 1998