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

NAME

sandbox-destroy - destory a sandbox

SYNOPSIS

sandbox destroy [-q] name

DESCRIPTION

sandbox-destroy unlinks all files and directories and unmounts devices in the sandbox called name. It is NOT equivalent to

rm -rf /var/sandboxes/<name> # Not equivalent.

because that doesn't handle devices properly.

There is no need to aggressively destroy sandboxes as an average Linux system can support well over 100 without running out of inodes.

OPTIONS

-q, --quiet
Operate quietly.
-h, --help
Show a help message.

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-destroy(1)