1. sandbox-use(1)
  2. Sandbox
  3. sandbox-use(1)

NAME

sandbox-use - run commands in a sandbox

SYNOPSIS

sandbox use [-c command] [--callback=callback] [-q] name

DESCRIPTION

sandbox-use runs commands in the sandbox called name. If no command is specified, your login shell is run and is given the -i and -l arguments. The command will be run as you.

Regardless of what command is run, the callback command, if given, will follow the termination of command.

OPTIONS

-c command, --command=command
Command to run. Defaults to your shell.
--callback=callback
Command to run when command exits.
-q, --quiet
Operate quietly.
-h, --help
Show a help message.

ENVIRONMENT

Children of sandbox-use (the default shell, command, and callback) have SANDBOX set to name in their environments.

THEME SONG

The Flaming Lips - "The W.A.N.D. (The Will Always Negates Defeat)"

AUTHOR

Richard Crowley richard@devstructure.com

SEE ALSO

Part of sandbox(1).

sandbox-list(1), sandbox-which(1), sandbox-create(1), sandbox-clone(1), sandbox-use(1), and sandbox-destroy(1).

  1. DevStructure
  2. December 2010
  3. sandbox-use(1)