Query: s3qlrm
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3QLRM(1) S3QL S3QLRM(1)NAMEs3qlrm - Fast tree removal on S3QL file systemsSYNOPSISs3qlrm [options] <directory>DESCRIPTIONS3QL is a file system for online data storage. Before using S3QL, make sure to consult the full documentation (rather than just the man pages which only briefly document the available userspace commands). The s3qlrm command recursively deletes files and directories on an S3QL file system. Although s3qlrm is faster than using e.g. rm -r`, the main reason for its existence is that it allows you to delete immutable trees (which can be created with s3qllock) as well. Be warned that there is no additional confirmation. The directory will be removed entirely and immediately. s3qlrm can only be called by the user that mounted the file system and (if the file system was mounted with --allow-other or --allow-root) the root user. This limitation might be removed in the future (see issue 155).OPTIONSThe s3qlrm command accepts the following options: --debug activate debugging output --quiet be really quiet --version just print program version and exitEXIT STATUSs3qlrm returns exit code 0 if the operation succeeded and 1 if some error occurred.SEE ALSOThe S3QL homepage is at http://code.google.com/p/s3ql/. The full S3QL documentation should also be installed somewhere on your system, common locations are /usr/share/doc/s3ql or /usr/local/doc/s3ql.COPYRIGHT2008-2011, Nikolaus Rath 1.11.1 August 27, 2014 S3QLRM(1)